Searched refs:p4d_newpage (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/um/kernel/ | ||
D | tlb.c | 158 if (p4d_newpage(*p4d)) { in update_p4d_range() |
/linux-6.12.1/arch/um/include/asm/ | ||
D | pgtable.h | 95 #define p4d_newpage(x) (p4d_val(x) & _PAGE_NEWPAGE) macro |