| /linux/arch/sh/include/asm/ |
| H A D | pgalloc.h | 14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
| /linux/arch/sh/mm/ |
| H A D | pgtable.c | 39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
| H A D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| H A D | mcf_pgalloc.h | 78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 50 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
| H A D | paravirt_types.h | 152 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|
| /linux/arch/s390/include/asm/ |
| H A D | pgalloc.h | 149 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/include/asm-generic/ |
| H A D | pgalloc.h | 307 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/x86/mm/ |
| H A D | pgtable.c | 376 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux/arch/mips/kvm/ |
| H A D | mips.c | 166 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
|
| /linux/kernel/ |
| H A D | fork.c | 584 pgd_free(mm, mm->pgd); in mm_free_pgd()
|