Searched refs:X86_CR0_TS (Results 1 – 11 of 11) sorted by relevance
21 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()22 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
33 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu__init_cpu_generic()64 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__probe_without_cpuid()
58 #define X86_CR0_TS _BITUL(X86_CR0_TS_BIT) macro
117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
137 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
1340 if (WARN(cr0 & X86_CR0_TS, "CR0.TS was set")) { in DEFINE_IDTENTRY()1342 write_cr0(cr0 & ~X86_CR0_TS); in DEFINE_IDTENTRY()
1009 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()
129 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
6268 if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) && in nested_vmx_exit_handled_cr()6269 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
4331 WARN_ON(cr0 & X86_CR0_TS); in vmx_set_constant_host_state()