Searched refs:pmd_needsync (Results 1 – 2 of 2) sorted by relevance
/linux/arch/um/kernel/ | ||
H A D | tlb.c | 104 if (pmd_needsync(*pmd)) { in update_pmd_range() |
/linux/arch/um/include/asm/ | ||
H A D | pgtable.h | 90 #define pmd_needsync(x) (pmd_val(x) & _PAGE_NEEDSYNC) macro |