Searched refs:p4d_free (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | pgd.c | 135 p4d_free(mm, new_p4d); in pgd_alloc() 182 p4d_free(mm, p4d); in pgd_free() 207 p4d_free(mm, p4d); in pgd_free()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | pgtable-nop4d.h | 52 #define p4d_free(mm, x) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | pgalloc.h | 62 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
|
/kernel/linux/linux-5.10/arch/um/kernel/skas/ |
D | mmu.c | 53 p4d_free(mm, p4d); in init_stub_pte()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgalloc.h | 161 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
|
/kernel/linux/linux-5.10/mm/kasan/ |
D | init.c | 342 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
|
/kernel/linux/linux-5.10/mm/ |
D | debug_vm_pgtable.c | 1135 p4d_free(mm, saved_p4dp); in debug_vm_pgtable()
|
D | memory.c | 4816 p4d_free(mm, new); in __p4d_alloc()
|