Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Dpgtable-nop4d.h52 #define p4d_free(mm, x) do { } while (0) macro
D5level-fixup.h53 #define p4d_free(mm, x) do { } while (0) macro
/Linux-v5.4/arch/s390/include/asm/
Dpgalloc.h59 #define p4d_free(mm, p4d) crst_table_free(mm, (unsigned long *) p4d) macro
/Linux-v5.4/arch/x86/include/asm/
Dpgalloc.h199 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() function
/Linux-v5.4/mm/kasan/
Dinit.c353 p4d_free(&init_mm, (p4d_t *)page_to_virt(pgd_page(*pgd))); in kasan_free_p4d()
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c187 p4d_free(&init_mm, p4d); in efi_call_phys_epilog()
/Linux-v5.4/mm/
Dmemory.c4043 p4d_free(mm, new); in __p4d_alloc()