| /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);
|
| /linux/arch/arm/mm/ |
| H A D | pgd.c | 140 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) 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/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 749 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_alloc_nested() 770 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_release_nested()
|
| H A D | book3s_64_mmu_radix.c | 569 pgd_free(kvm->mm, kvm->arch.pgtable); in kvmppc_free_radix()
|
| /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/arch/x86/xen/ |
| H A D | mmu_pv.c | 2203 pv_ops.mmu.pgd_free = xen_pgd_free; in xen_init_mmu_ops()
|
| /linux/kernel/ |
| H A D | fork.c | 585 pgd_free(mm, mm->pgd); in mm_free_pgd()
|