Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c384 !((pg_mode & PG_MODE_SMEP) && (ptep & PG_USER_MASK)))) { in mmu_translate()
508 if (pg_mode & (PG_MODE_NXE | PG_MODE_SMEP)) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h348 #define PG_MODE_SMEP (1 << 19) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c114 pg_mode |= PG_MODE_SMEP; in get_pg_mode()