Home
last modified time | relevance | path

Searched refs:IOPL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c182 #define IOPL(S) 0 macro
188 #define IOPL(S) ((S)->iopl) macro
777 if (PE(s) && (CPL(s) > IOPL(s) || VM86(s))) { in gen_check_io()
3642 g_assert(IOPL(dc) == iopl); in i386_tr_init_disas_context()
H A Ddecode-new.c.inc2813 if (IOPL(s) < 3) {
2817 if (IOPL(s) < CPL(s)) {
H A Demit.c.inc3061 } else if (CPL(s) <= IOPL(s)) {
/openbmc/linux/arch/x86/
H A DKconfig1263 bool "IOPERM and IOPL Emulation"
1269 Legacy IOPL support is an overbroad mechanism which allows user
1278 granted if the hardware IOPL mechanism would be used.