Searched defs:X86_CR0_EM (Results 1 – 3 of 3) sorted by relevance
31 #define X86_CR0_EM 0x00000004 /* Emulation */ macro
56 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
333 #define X86_CR0_EM (1UL<<2) /* Emulation */ macro