Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h11 #define X86_EFLAGS_ZF 0x00000040 /* Zero Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h20 #define X86_EFLAGS_ZF _BITUL(X86_EFLAGS_ZF_BIT) macro