Searched refs:X86_CR0_NE (Results 1 – 3 of 3) sorted by relevance
34 #define X86_CR0_NE 0x00000020 /* Numeric Error */ macro
54 andl $(~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE | \
316 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()