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