Home
last modified time | relevance | path

Searched refs:CR0_EM (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dcontrolregs.h55 #define CR0_EM 0x00000004 /* emulation */ macro
76 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)
85 (((cr) | CR0_EM) & (uint32_t)~CR0_MP)
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h52 #define CR0_EM 0x00000004 /* emulation */ macro
/titanic_41/usr/src/uts/i86pc/ml/
H A Dmpcore.s309 andq $~(CR0_TS|CR0_EM), %rax /* clear emulate math chip bit */
408 andl $-1![CR0_TS|CR0_EM],%edx /* clear emulate math chip bit */
499 and $~(CR0_TS|CR0_EM), %edx /* clear emulate math chip bit */
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c893 { "EM", CR0_EM, CR0_EM }, in crregs_dcmd()