Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h16 #define X86_EFLAGS_OF 0x00000800 /* Overflow Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h30 #define X86_EFLAGS_OF _BITUL(X86_EFLAGS_OF_BIT) macro