Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/
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-v5.4/arch/x86/kernel/fpu/
Dinit.c30 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu__init_cpu_generic()
61 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__probe_without_cpuid()
/Linux-v5.4/arch/x86/include/uapi/asm/
Dprocessor-flags.h58 #define X86_CR0_TS _BITUL(X86_CR0_TS_BIT) macro
/Linux-v5.4/arch/x86/kvm/
Dkvm_cache_regs.h7 #define KVM_POSSIBLE_CR0_GUEST_BITS X86_CR0_TS
Demulate.c1161 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1172 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1186 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
3363 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3797 cr0 &= ~X86_CR0_TS; in em_clts()
4038 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in check_fxsr()
5531 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn()
Dx86.c7817 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in enter_smm()
/Linux-v5.4/arch/x86/kernel/
Dtraps.c897 if (WARN(cr0 & X86_CR0_TS, "CR0.TS was set")) { in do_device_not_available()
899 write_cr0(cr0 & ~X86_CR0_TS); in do_device_not_available()
Drelocate_kernel_64.S123 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
Drelocate_kernel_32.S113 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
/Linux-v5.4/arch/x86/include/asm/
Dsvm.h292 #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP)
Dkvm_host.h83 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h337 #define X86_CR0_TS (1UL<<3) /* Task Switched */ macro
/Linux-v5.4/arch/x86/xen/
Denlighten_pv.c877 MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0); in xen_write_cr0()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c3812 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in load_vmcs12_host_state()
3979 vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; in nested_vmx_restore_host_state()
5253 if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) && in nested_vmx_exit_handled_cr()
5254 (vmcs12->cr0_read_shadow & X86_CR0_TS)) in nested_vmx_exit_handled_cr()
Dvmx.c3880 WARN_ON(cr0 & X86_CR0_TS); in vmx_set_constant_host_state()
4246 vmx->vcpu.arch.cr0_guest_owned_bits = X86_CR0_TS; in vmx_vcpu_setup()
4247 vmcs_writel(CR0_GUEST_HOST_MASK, ~X86_CR0_TS); in vmx_vcpu_setup()
4859 vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS)); in handle_cr()