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

/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h158 orq $CR0_TS, rtmp; \
165 orl $CR0_TS, rtmp; \
/opensolaris-onvv-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.s625 testq $CR0_TS, %rax
628 orq $CR0_TS, %rax
697 testl $CR0_TS, %eax
700 orl $CR0_TS, %eax
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h53 #define CR0_TS 0x00000008 /* task switch */ macro
75 (((cr) | CR0_MP | CR0_NE | CR0_TS) & (uint32_t)~CR0_EM)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h51 #define CR0_TS 0x00000008 /* task switch */ macro
/opensolaris-onvv-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; \
/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 */
/opensolaris-onvv-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...]
/opensolaris-onvv-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

Completed in 264 milliseconds