Searched refs:PG_DIRTY_MASK (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.c1097 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1101 pde |= PG_DIRTY_MASK;
1139 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1143 pte |= PG_DIRTY_MASK;
1174 is_dirty = is_write && !(pde & PG_DIRTY_MASK);
1178 pde |= PG_DIRTY_MASK;
1211 is_dirty = is_write && !(pte & PG_DIRTY_MASK);
1215 pte |= PG_DIRTY_MASK;
1226 if (pte & PG_DIRTY_MASK) {
H A Dcpu.h241 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro

Completed in 23 milliseconds