Searched refs:X86_CR0_NE (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
/u-boot/arch/x86/cpu/
H A Dsipi_vector.S52 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
/u-boot/arch/x86/cpu/i386/
H A Dcpu.c362 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE;

Completed in 47 milliseconds