Searched refs:X86_EFLAGS_IOPL_BIT (Results 1 – 2 of 2) sorted by relevance
31 #define X86_EFLAGS_IOPL_BIT 12 /* I/O Privilege Level (2 bits) */ macro32 #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT)
1823 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