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