Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dsupport.s470 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 Dnpx.c149 #define start_emulating() load_cr0(rcr0() | CR0_TS)
H A Dmachdep.c1231 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.c62 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
H A Dvmm.c237 #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 Dsupport.S1698 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 Dfpu.c168 #define start_emulating() load_cr0(rcr0() | CR0_TS)
H A Dmachdep.c659 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h44 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro