X86_EFLAGS_IOPL_BIT 32 arch/x86/include/uapi/asm/processor-flags.h #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT) X86_EFLAGS_IOPL_BIT 125 arch/x86/kernel/ioport.c unsigned int old = t->iopl >> X86_EFLAGS_IOPL_BIT; X86_EFLAGS_IOPL_BIT 136 arch/x86/kernel/ioport.c (level << X86_EFLAGS_IOPL_BIT); X86_EFLAGS_IOPL_BIT 137 arch/x86/kernel/ioport.c t->iopl = level << X86_EFLAGS_IOPL_BIT; X86_EFLAGS_IOPL_BIT 1923 arch/x86/kvm/emulate.c int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; X86_EFLAGS_IOPL_BIT 2963 arch/x86/kvm/emulate.c iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT;