/Linux-v4.19/arch/arm/mm/ |
D | pgd.c | 112 pud_free(mm, new_pud); in pgd_alloc() 151 pud_free(mm, pud); in pgd_free() 170 pud_free(mm, pud); in pgd_free()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgalloc.h | 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function 52 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgalloc.h | 125 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function 135 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 32 #define pud_free(mm, x) do { } while (0) macro
|
D | pgtable-nop4d-hack.h | 56 #define pud_free(mm, x) do { } while (0) macro
|
D | pgtable-nopud.h | 60 #define pud_free(mm, x) do { } while (0) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | stage2_pgtable.h | 27 #define stage2_pud_free(pud) pud_free(NULL, pud)
|
D | tlb.h | 285 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_64.h | 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | stage2_pgtable.h | 85 #define stage2_pud_free(pud) pud_free(NULL, pud)
|
D | pgalloc.h | 68 static inline void pud_free(struct mm_struct *mm, pud_t *pudp) in pud_free() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 138 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp)
|
/Linux-v4.19/arch/um/kernel/skas/ |
D | mmu.c | 46 pud_free(mm, pud); in init_stub_pte()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 63 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgalloc.h | 68 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 136 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgalloc.h | 153 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 294 pud_free(kvm->mm, pud); in kvmppc_unmap_free_pud() 516 pud_free(kvm->mm, new_pud); in kvmppc_create_pte()
|
/Linux-v4.19/mm/kasan/ |
D | kasan_init.c | 322 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
|
/Linux-v4.19/arch/mips/kvm/ |
D | mmu.c | 278 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd() 935 pud_free(NULL, pud); in kvm_mips_flush_gva_pgd()
|
D | trap_emul.c | 600 pud_free(NULL, pud); in kvm_mips_emul_free_gva_pt()
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi_64.c | 180 pud_free(&init_mm, pud); in efi_call_phys_epilog()
|
/Linux-v4.19/virt/kvm/arm/ |
D | mmu.c | 447 pud_free(NULL, pud_table); in clear_hyp_pgd_entry()
|
/Linux-v4.19/mm/ |
D | memory.c | 4204 pud_free(mm, new); in __pud_alloc() 4210 pud_free(mm, new); in __pud_alloc()
|