Home
last modified time | relevance | path

Searched refs:p4d_free (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/arch/riscv/include/asm/
Dpgalloc.h120 #define p4d_free p4d_free macro
121 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
127 #define __p4d_free_tlb(tlb, p4d, addr) p4d_free((tlb)->mm, p4d)
/linux-6.1.9/arch/arm/mm/
Dpgd.c135 p4d_free(mm, new_p4d); in pgd_alloc()
182 p4d_free(mm, p4d); in pgd_free()
207 p4d_free(mm, p4d); in pgd_free()
/linux-6.1.9/include/asm-generic/
Dpgtable-nop4d.h51 #define p4d_free(mm, x) do { } while (0) macro
/linux-6.1.9/arch/s390/include/asm/
Dpgalloc.h62 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/linux-6.1.9/arch/x86/include/asm/
Dpgalloc.h159 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/linux-6.1.9/mm/kasan/
Dinit.c338 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
/linux-6.1.9/mm/
Ddebug_vm_pgtable.c1081 p4d_free(args->mm, args->start_p4dp); in destroy_args()
Dmemory.c5252 p4d_free(mm, new); in __p4d_alloc()