Home
last modified time | relevance | path

Searched refs:PG_DIRTY_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/system/
H A Dexcp_helper.c421 set |= PG_DIRTY_MASK; in mmu_translate()
422 } else if (!(pte & PG_DIRTY_MASK)) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dmonitor.c63 pte & PG_DIRTY_MASK ? 'D' : '-', in print_pte()
H A Dcpu.h316 #define PG_DIRTY_MASK (1 << PG_DIRTY_BIT) macro