Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c162 if (!(pg_mode & PG_MODE_NXE)) { in mmu_translate()
508 if (pg_mode & (PG_MODE_NXE | PG_MODE_SMEP)) { in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h339 #define PG_MODE_NXE (1 << 2) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c107 pg_mode |= PG_MODE_NXE; in get_pg_mode()