Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_IOPL_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h31 #define X86_EFLAGS_IOPL_BIT 12 /* I/O Privilege Level (2 bits) */ macro
32 #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT)
/openbmc/linux/arch/x86/kvm/
H A Demulate.c1866 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf()
2577 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()