Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c322 if ((pte & PG_PSE_MASK) && (pg_mode & PG_MODE_PSE)) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h340 #define PG_MODE_PSE (1 << 3) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c111 pg_mode |= PG_MODE_PSE; in get_pg_mode()