Home
last modified time | relevance | path

Searched defs:X86_CR0_NE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h62 #define X86_CR0_NE _BITUL(X86_CR0_NE_BIT) macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1230 #define X86_CR0_NE (1UL<<5) /* Numeric Error */ macro