Searched refs:PG_MODIFIED_MASK (Results 1 – 2 of 2) sorted by relevance
182 is_dirty = (rw & 1) && !(pde & PG_MODIFIED_MASK); in get_physical_address()186 pde |= PG_MODIFIED_MASK; in get_physical_address()193 if (!(pde & PG_MODIFIED_MASK)) { in get_physical_address()
209 #define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT) macro