Searched refs:pud_mkuptodate (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/arch/um/include/asm/ | ||
| D | pgtable.h | 109 #define pud_mkuptodate(x) (pud_val(x) &= ~_PAGE_NEWPAGE) macro |
| /linux-4.1.27/arch/um/kernel/ | ||
| D | tlb.c | 255 pud_mkuptodate(*pud); in update_pud_range() |