Searched refs:CR0_EM (Results 1 – 6 of 6) sorted by relevance
57 #define CR0_EM 0x00000004 /* emulation */ macro78 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)87 (((cr) | CR0_EM) & (uint32_t)~CR0_MP)
133 { "EM", CR0_EM, CR0_EM }, in mdb_x86_print_sysregs()
50 #define CR0_EM 0x00000004 /* emulation */ macro
276 andq $~(CR0_CD|CR0_NW|CR0_TS|CR0_EM), %rax
41 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ macro
43 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */ macro