Searched refs:CR0_TS (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | sseblk.s | 141 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 D | swtch.s | 629 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 D | machprivregs.h | 158 orq $CR0_TS, rtmp; \ 165 orl $CR0_TS, rtmp; \
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | controlregs.h | 54 #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 D | gcm_intel.s | 128 testq $CR0_TS, tmpreg; \ 154 testq $CR0_TS, tmpreg; \
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | controlregs.h | 51 #define CR0_TS 0x00000008 /* task switch */ macro
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | mpcore.s | 309 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 D | aes_intel.s | 211 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 D | bignum_i386_asm.s | 115 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 D | unix.c | 894 { "TS", CR0_TS, CR0_TS }, in crregs_dcmd()
|