Searched refs:X86_CR0_EM (Results 1 – 5 of 5) sorted by relevance
31 #define X86_CR0_EM 0x00000004 /* Emulation */ macro
56 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
54 X86_CR0_TS | X86_CR0_EM | X86_CR0_MP)), %eax
314 const u32 em_rst = ~X86_CR0_EM; in x86_cpu_init_f()
333 #define X86_CR0_EM (1UL<<2) /* Emulation */ macro