| /linux-6.15/arch/arm64/mm/ |
| H A D | pgd.c | 41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | pgalloc.h | 14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
| /linux-6.15/arch/sh/mm/ |
| H A D | pgtable.c | 39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/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-6.15/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 | 74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/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-6.15/arch/arm/include/asm/ |
| H A D | pgalloc.h | 48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | pgalloc.h | 96 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
|
| /linux-6.15/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-6.15/arch/s390/include/asm/ |
| H A D | pgalloc.h | 141 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/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-6.15/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
|
| H A D | paravirt.h | 339 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
|
| /linux-6.15/include/asm-generic/ |
| H A D | pgalloc.h | 288 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | paravirt.c | 186 .mmu.pgd_free = paravirt_nop,
|
| /linux-6.15/arch/x86/mm/ |
| H A D | pgtable.c | 446 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
| /linux-6.15/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-6.15/arch/mips/kvm/ |
| H A D | mips.c | 166 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
|
| /linux-6.15/arch/x86/xen/ |
| H A D | mmu_pv.c | 2194 .pgd_free = xen_pgd_free,
|
| /linux-6.15/kernel/ |
| H A D | fork.c | 794 pgd_free(mm, mm->pgd); in mm_free_pgd()
|