X86_EFLAGS_IOPL
#define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT)
#define X86_EFLAGS_IOPL BIT(12) /* I/O Privilege Level (2 bits) */