Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/
HDvmm_host.c60 vmm_host_cr0 = rcr0() | CR0_TS; in vmm_host_state_init()
HDvmm.c201 #define fpu_start_emulating() load_cr0(rcr0() | CR0_TS)
1084 if ((rcr0() & CR0_TS) == 0) in save_guest_fpustate()
/NextBSD/sys/x86/include/
HDspecialreg.h42 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */ macro
/NextBSD/sys/amd64/amd64/
HDcpu_switch.S124 orb $CR0_TS,%al
HDfpu.c116 #define start_emulating() load_cr0(rcr0() | CR0_TS)
HDmachdep.c657 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM; in cpu_setregs()
/NextBSD/usr.sbin/bhyve/
HDtask_switch.c871 SETREG(ctx, vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS); in vmexit_task_switch()
/NextBSD/sys/i386/isa/
HDnpx.c156 #define start_emulating() load_cr0(rcr0() | CR0_TS)
/NextBSD/sys/i386/i386/
HDmachdep.c1232 cr0 |= CR0_MP | CR0_NE | CR0_TS | CR0_WP | CR0_AM;