Searched refs:PG_DIRTY_MASK (Results 1 – 3 of 3) sorted by relevance
421 set |= PG_DIRTY_MASK; in mmu_translate()422 } else if (!(pte & PG_DIRTY_MASK)) { in mmu_translate()
63 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
316 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro