/linux-6.1.9/arch/riscv/include/asm/ |
D | pgalloc.h | 91 #define pud_free pud_free macro 92 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function 98 #define __pud_free_tlb(tlb, pud, addr) pud_free((tlb)->mm, pud)
|
/linux-6.1.9/arch/arm/mm/ |
D | pgd.c | 133 pud_free(mm, new_pud); in pgd_alloc() 179 pud_free(mm, pud); in pgd_free() 204 pud_free(mm, pud); in pgd_free()
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
|
/linux-6.1.9/include/asm-generic/ |
D | pgtable-nopud.h | 59 #define pud_free(mm, x) do { } while (0) macro
|
D | pgalloc.h | 182 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/linux-6.1.9/arch/arc/include/asm/ |
D | pgalloc.h | 80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd)
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgalloc.h | 99 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgalloc.h | 105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/linux-6.1.9/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-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgalloc.h | 76 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/linux-6.1.9/mm/kasan/ |
D | init.c | 323 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
|
/linux-6.1.9/arch/mips/kvm/ |
D | mmu.c | 250 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 539 pud_free(kvm->mm, pud); in kvmppc_unmap_free_pud() 779 pud_free(kvm->mm, new_pud); in kvmppc_create_pte()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 719 pud_free(&init_mm, pud_start); in free_pud_table()
|
/linux-6.1.9/mm/ |
D | debug_vm_pgtable.c | 1076 pud_free(args->mm, args->start_pudp); in destroy_args()
|
D | memory.c | 5279 pud_free(mm, new); in __pud_alloc()
|