Searched refs:pud_free (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nopud.h | 59 #define pud_free(mm, x) do { } while (0) macro
|
D | pgalloc.h | 170 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 26 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgalloc.h | 100 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 124 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
D | mmu.c | 51 pud_free(mm, pud); in init_stub_pte()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | pgalloc.h | 76 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | mmu.c | 250 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd() 911 pud_free(NULL, pud); in kvm_mips_flush_gva_pgd()
|
D | trap_emul.c | 592 pud_free(NULL, pud); in kvm_mips_emul_free_gva_pt()
|
/kernel/linux/linux-5.10/mm/kasan/ |
D | init.c | 327 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 516 pud_free(kvm->mm, pud); in kvmppc_unmap_free_pud() 756 pud_free(kvm->mm, new_pud); in kvmppc_create_pte()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
D | radix_pgtable.c | 781 pud_free(&init_mm, pud_start); in free_pud_table()
|
/kernel/linux/linux-5.10/mm/ |
D | debug_vm_pgtable.c | 1134 pud_free(mm, saved_pudp); in debug_vm_pgtable()
|
D | memory.c | 4767 pud_free(mm, new); in __pud_alloc()
|