Home
last modified time | relevance | path

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

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