Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c391 pkr = pg_mode & PG_MODE_PKS ? env->pkrs : 0; in mmu_translate()
/openbmc/qemu/target/i386/
H A Dcpu.h347 #define PG_MODE_PKS (1 << 18) macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c122 pg_mode |= PG_MODE_PKS; in get_pg_mode()