Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h8 #define X86_EFLAGS_CF 0x00000001 /* Carry Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h12 #define X86_EFLAGS_CF _BITUL(X86_EFLAGS_CF_BIT) macro