Searched refs:CR0_TS (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | support.s | 470 testb $CR0_TS, %al 490 testb $CR0_TS, %al 498 testb $CR0_TS, %al 518 testb $CR0_TS, %al 526 testb $CR0_TS, %al 549 testb $CR0_TS, %al 557 testb $CR0_TS, %al 580 testb $CR0_TS, %al 588 testb $CR0_TS, %al 611 testb $CR0_TS, %al [all …]
|
| H A D | npx.c | 149 #define start_emulating() load_cr0(rcr0() | CR0_TS)
|
| H A D | machdep.c | 1231 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_host.c | 62 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
|
| H A D | vmm.c | 237 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS) 1157 if ((rcr0() & CR0_TS) == 0) in save_guest_fpustate()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | support.S | 1698 testb $CR0_TS, %al 1718 testb $CR0_TS, %al 1735 testb $CR0_TS, %al 1755 testb $CR0_TS, %al 1773 testb $CR0_TS, %al 1796 testb $CR0_TS, %al 1813 testb $CR0_TS, %al 1836 testb $CR0_TS, %al 1853 testb $CR0_TS, %al 1876 testb $CR0_TS, %al [all …]
|
| H A D | fpu.c | 168 #define start_emulating() load_cr0(rcr0() | CR0_TS)
|
| H A D | machdep.c | 659 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
|
| /f-stack/freebsd/x86/include/ |
| H A D | specialreg.h | 44 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro
|