Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h15 #define X86_EFLAGS_DF 0x00000400 /* Direction Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h28 #define X86_EFLAGS_DF _BITUL(X86_EFLAGS_DF_BIT) macro