/linux-5.19.10/arch/arm64/mm/ |
D | pgd.c | 30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/sh/mm/ |
D | pgtable.c | 37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/arm/mm/ |
D | pgd.c | 142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
|
/linux-5.19.10/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/parisc/include/asm/ |
D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/m68k/include/asm/ |
D | mcf_pgalloc.h | 76 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/include/asm-generic/ |
D | pgalloc.h | 191 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/mips/include/asm/ |
D | pgalloc.h | 52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/s390/include/asm/ |
D | pgalloc.h | 124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/x86/mm/ |
D | pgtable.c | 471 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-5.19.10/arch/x86/include/asm/ |
D | paravirt_types.h | 188 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|