Searched refs:CR0_EM (Results 1 – 4 of 4) sorted by relevance
55 #define CR0_EM 0x00000004 /* emulation */ macro76 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)85 (((cr) | CR0_EM) & (uint32_t)~CR0_MP)
52 #define CR0_EM 0x00000004 /* emulation */ macro
311 andq $~(CR0_TS|CR0_EM), %rax /* clear emulate math chip bit */410 andl $-1![CR0_TS|CR0_EM],%edx /* clear emulate math chip bit */501 and $~(CR0_TS|CR0_EM), %edx /* clear emulate math chip bit */
893 { "EM", CR0_EM, CR0_EM }, in crregs_dcmd()