Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dpgd.c121 p4d_free(mm, new_p4d); in pgd_alloc()
168 p4d_free(mm, p4d); in pgd_free()
193 p4d_free(mm, p4d); in pgd_free()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nop4d.h52 #define p4d_free(mm, x) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h62 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dmmu.c53 p4d_free(mm, p4d); in init_stub_pte()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgalloc.h161 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dinit.c338 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c1135 p4d_free(mm, saved_p4dp); in debug_vm_pgtable()
H A Dmemory.c5315 p4d_free(mm, new); in __p4d_alloc()