Searched refs:X86_CR0_MP (Results 1 – 5 of 5) sorted by relevance
54 #define X86_CR0_MP _BITUL(X86_CR0_MP_BIT) macro162 #define CR0_STATE (X86_CR0_PE | X86_CR0_MP | X86_CR0_ET | \
30 #define X86_CR0_MP 0x00000002 /* Monitor Coprocessor */ macro
54 X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)), %eax
315 const u32 mp_ne_set = X86_CR0_MP | X86_CR0_NE; in x86_cpu_init_f()
332 #define X86_CR0_MP (1UL<<1) /* Monitor Coprocessor */ macro