Searched refs:p4d_free (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgalloc.h | 120 #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.3-rc2/arch/arm/mm/ |
A 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()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgtable-nop4d.h | 51 #define p4d_free(mm, x) do { } while (0) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgalloc.h | 62 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgalloc.h | 159 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
|
/linux-6.3-rc2/mm/kasan/ |
A D | init.c | 338 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
|
/linux-6.3-rc2/mm/ |
A D | debug_vm_pgtable.c | 1073 p4d_free(args->mm, args->start_p4dp); in destroy_args()
|
A D | memory.c | 5232 p4d_free(mm, new); in __p4d_alloc()
|
Completed in 18 milliseconds