Home
last modified time | relevance | path

Searched refs:X86_CR0_TS (Results 1 – 11 of 11) sorted by relevance

/linux/arch/x86/boot/
H A Dcpuflags.c21 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()
22 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
/linux/arch/x86/kernel/fpu/
H A Dinit.c33 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()
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h58 #define X86_CR0_TS _BITUL(X86_CR0_TS_BIT) macro
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h
/linux/arch/x86/kernel/
H A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
H A Drelocate_kernel_64.S137 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H A Dtraps.c1340 if (WARN(cr0 & X86_CR0_TS, "CR0.TS was set")) { in DEFINE_IDTENTRY()
1342 write_cr0(cr0 & ~X86_CR0_TS); in DEFINE_IDTENTRY()
/linux/arch/x86/xen/
H A Denlighten_pv.c1009 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()
/linux/arch/x86/include/asm/
H A Dkvm_host.h129 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/linux/arch/x86/kvm/vmx/
H A Dnested.c6268 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()
H A Dvmx.c4331 WARN_ON(cr0 & X86_CR0_TS); in vmx_set_constant_host_state()