Lines Matching refs:PG_DIRTY_MASK
1080 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1084 pde |= PG_DIRTY_MASK;
1122 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1126 pte |= PG_DIRTY_MASK;
1157 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1161 pde |= PG_DIRTY_MASK;
1194 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1198 pte |= PG_DIRTY_MASK;
1209 if (pte & PG_DIRTY_MASK) {