Home
last modified time | relevance | path

Searched defs:X86_EFLAGS_IOPL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h17 #define X86_EFLAGS_IOPL 0x00003000 /* IOPL mask */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h32 #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT) macro