Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dsupport.S412 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 Dmachdep.c322 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd/sys/amd64/amd64/
H A Dsupport.S1757 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 Dmachdep.c327 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/freebsd/sys/amd64/vmm/
H A Dvmm_host.c57 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
H A Dvmm.c1328 if ((rcr0() & CR0_TS) == 0) in save_guest_fpustate()
/freebsd/sys/x86/include/
H A Dfpu.h220 #define fpu_disable() load_cr0(rcr0() | CR0_TS)
H A Dspecialreg.h41 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c873 SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS); in vmexit_task_switch()