Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c306 } else if (pg_mode & PG_MODE_PG) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h354 #define PG_MODE_PG (1 << 20) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c97 int pg_mode = PG_MODE_PG; in get_pg_mode()