Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
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)
/linux/arch/x86/kvm/
A Demulate.c1823 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf()
2857 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()

Completed in 13 milliseconds