Searched refs:CR0_TS (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | support.S | 412 testb $CR0_TS, %al 432 testb $CR0_TS, %al 440 testb $CR0_TS, %al 460 testb $CR0_TS, %al 468 testb $CR0_TS, %al 491 testb $CR0_TS, %al 499 testb $CR0_TS, %al 522 testb $CR0_TS, %al 530 testb $CR0_TS, %al 553 testb $CR0_TS, %al [all …]
|
H A D | machdep.c | 322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
|
/freebsd/sys/amd64/amd64/ |
H A D | support.S | 1757 testb $CR0_TS, %al 1777 testb $CR0_TS, %al 1794 testb $CR0_TS, %al 1814 testb $CR0_TS, %al 1832 testb $CR0_TS, %al 1855 testb $CR0_TS, %al 1872 testb $CR0_TS, %al 1895 testb $CR0_TS, %al 1912 testb $CR0_TS, %al 1935 testb $CR0_TS, %al [all …]
|
H A D | machdep.c | 328 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_host.c | 57 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
|
H A D | vmm.c | 974 if ((rcr0() & CR0_TS) == 0) in save_guest_fpustate()
|
/freebsd/sys/x86/include/ |
H A D | fpu.h | 220 #define fpu_disable() load_cr0(rcr0() | CR0_TS)
|
H A D | specialreg.h | 41 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 873 SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS); in vmexit_task_switch()
|