Searched refs:CR0_EM (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h54 #define CR0_EM 0x00000004 /* emulation */ macro
75 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)
84 (((cr) | CR0_EM) & (uint32_t)~CR0_MP)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h52 #define CR0_EM 0x00000004 /* emulation */ macro
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dmpcore.s310 andq $-1![CR0_TS|CR0_EM], %rax /* clr emulate math chip bit */
563 andq $~(CR0_TS|CR0_EM), %rax /* clear emulate math chip bit */
663 andl $-1![CR0_TS|CR0_EM],%edx /* clear emulate math chip bit */
754 and $~(CR0_TS|CR0_EM), %edx /* clear emulate math chip bit */

Completed in 44 milliseconds