Home
last modified time | relevance | path

Searched refs:p4d_free (Results 1 – 4 of 4) 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/mm/
H A Dmemory.c6763 p4d_free(mm, new); in __p4d_alloc()