Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h21 #define X86_EFLAGS_AC 0x00040000 /* Alignment Check */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h40 #define X86_EFLAGS_AC _BITUL(X86_EFLAGS_AC_BIT) macro