Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h10 #define X86_EFLAGS_AF 0x00000010 /* Auxillary carry Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h18 #define X86_EFLAGS_AF _BITUL(X86_EFLAGS_AF_BIT) macro