Searched refs:CR0_TS (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h158 orq $CR0_TS, rtmp; \
165 orl $CR0_TS, rtmp; \
/illumos-gate/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.s667 testq $CR0_TS, %rax
670 orq $CR0_TS, %rax
739 testl $CR0_TS, %eax
742 orl $CR0_TS, %eax
/illumos-gate/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)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h51 #define CR0_TS 0x00000008 /* task switch */ macro
/illumos-gate/usr/src/common/crypto/modes/amd64/
H A Dgcm_intel.s121 * If CR0_TS is not set, align stack (with push %rbp) and push
122 * %xmm0 - %xmm10 on stack, otherwise clear CR0_TS
128 testq $CR0_TS, tmpreg; \
150 * If CR0_TS was not set above, pop %xmm0 - %xmm10 off stack,
151 * otherwise set CR0_TS.
154 testq $CR0_TS, tmpreg; \
/illumos-gate/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 */
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s211 testq $CR0_TS, tmpreg; \
223 * If CR0_TS was not set above, pop %xmm0 and %xmm1 off stack,
224 * otherwise set CR0_TS.
227 testq $CR0_TS, tmpreg; \
239 * If CR0_TS is not set, align stack (with push %rbp) and push
240 * %xmm0 - %xmm6 on stack, otherwise clear CR0_TS
246 testq $CR0_TS, tmpreg; \
264 * If CR0_TS was not set above, pop %xmm0 - %xmm6 off stack,
265 * otherwise set CR0_TS.
268 testq $CR0_TS, tmpre
[all...]
/illumos-gate/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
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c894 { "TS", CR0_TS, CR0_TS },
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dspecialreg.h42 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro

Completed in 97 milliseconds