Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dpgd.c133 p4d_free(mm, new_p4d); in pgd_alloc()
180 p4d_free(mm, p4d); in pgd_free()
205 p4d_free(mm, p4d); in pgd_free()
/linux/include/asm-generic/
H A Dpgtable-nop4d.h51 #define p4d_free(mm, x) do { } while (0) macro
H A Dpgalloc.h268 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/linux/arch/s390/include/asm/
H A Dpgalloc.h64 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/linux/mm/kasan/
H A Dinit.c340 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
/linux/mm/
H A Ddebug_vm_pgtable.c1034 p4d_free(args->mm, args->start_p4dp); in destroy_args()
H A Dmemory.c6669 p4d_free(mm, new); in __p4d_alloc()