Home
last modified time | relevance | path

Searched refs:pmd_free (Results 1 - 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgalloc.h18 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp))
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgalloc.h19 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
20 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp))
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dpgd.c130 pmd_free(mm, new_pmd); in pgd_alloc()
175 pmd_free(mm, pmd); in pgd_free()
201 pmd_free(mm, pmd); in pgd_free()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dpgd.c130 pmd_free(mm, new_pmd); in pgd_alloc()
175 pmd_free(mm, pmd); in pgd_free()
201 pmd_free(mm, pmd); in pgd_free()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgalloc_32.h50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgalloc_32.h50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro
51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dtlb.h8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgalloc.h40 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h13 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgalloc.h41 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgalloc.h48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgalloc.h60 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgalloc.h48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h24 #define pmd_free(mm, x) do { } while (0) macro
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dpgtable.c53 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpgtable-nopmd.h61 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpgtable-nopmd.h63 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgalloc.h84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)

Completed in 5 milliseconds

123