Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h23 #define X86_EFLAGS_VIP 0x00100000 /* Virtual Interrupt Pending */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h44 #define X86_EFLAGS_VIP _BITUL(X86_EFLAGS_VIP_BIT) macro