Home
last modified time | relevance | path

Searched refs:pud_free (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/arch/riscv/include/asm/
Dpgalloc.h91 #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/
Dpgd.c133 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/
Dpgalloc.h39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud)
/linux-6.1.9/include/asm-generic/
Dpgtable-nopud.h59 #define pud_free(mm, x) do { } while (0) macro
Dpgalloc.h182 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/
Dpgalloc.h29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-6.1.9/arch/arc/include/asm/
Dpgalloc.h80 #define __pud_free_tlb(tlb, pmd, addr) pud_free((tlb)->mm, pmd)
/linux-6.1.9/arch/loongarch/include/asm/
Dpgalloc.h99 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
/linux-6.1.9/arch/mips/include/asm/
Dpgalloc.h105 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x)
/linux-6.1.9/arch/sparc/include/asm/
Dpgalloc_64.h48 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/
Dpgalloc.h126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-6.1.9/arch/s390/include/asm/
Dpgalloc.h76 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() function
/linux-6.1.9/mm/kasan/
Dinit.c323 pud_free(&init_mm, (pud_t *)page_to_virt(p4d_page(*p4d))); in kasan_free_pud()
/linux-6.1.9/arch/mips/kvm/
Dmmu.c250 pud_free(NULL, pud); in kvm_mips_flush_gpa_pgd()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c539 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/
Dradix_pgtable.c719 pud_free(&init_mm, pud_start); in free_pud_table()
/linux-6.1.9/mm/
Ddebug_vm_pgtable.c1076 pud_free(args->mm, args->start_pudp); in destroy_args()
Dmemory.c5279 pud_free(mm, new); in __pud_alloc()