Searched refs:pmd_newpage (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/um/kernel/ | ||
D | tlb.c | 112 if (pmd_newpage(*pmd)) { in update_pmd_range() |
/linux-6.12.1/arch/um/include/asm/ | ||
D | pgtable.h | 89 #define pmd_newpage(x) (pmd_val(x) & _PAGE_NEWPAGE) macro |