Home
last modified time | relevance | path

Searched refs:CR0_TS (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dsseblk.s141 testl $CR0_TS, %eax
150 testl $CR0_TS, %eax
187 testl $CR0_TS, %ebx
197 testl $CR0_TS, %ebx
317 testl $CR0_TS, %eax
324 testl $CR0_TS, %eax
358 testl $CR0_TS, %ebx
366 testl $CR0_TS, %ebx
H A Dswtch.s629 testq $CR0_TS, %rax
632 orq $CR0_TS, %rax
701 testl $CR0_TS, %eax
704 orl $CR0_TS, %eax
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h158 orq $CR0_TS, rtmp; \
165 orl $CR0_TS, rtmp; \
/titanic_41/usr/src/uts/intel/sys/
H A Dcontrolregs.h54 #define CR0_TS 0x00000008 /* task switch */ macro
76 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)
/titanic_41/usr/src/common/crypto/modes/amd64/
H A Dgcm_intel.s128 testq $CR0_TS, tmpreg; \
154 testq $CR0_TS, tmpreg; \
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h51 #define CR0_TS 0x00000008 /* task switch */ 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/common/crypto/aes/amd64/
H A Daes_intel.s211 testq $CR0_TS, tmpreg; \
227 testq $CR0_TS, tmpreg; \
246 testq $CR0_TS, tmpreg; \
268 testq $CR0_TS, tmpreg; \
/titanic_41/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s115 testl $CR0_TS, reg
124 testl $CR0_TS, reg
859 testl $CR0_TS, %eax
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c894 { "TS", CR0_TS, CR0_TS }, in crregs_dcmd()