X86_CR0_TS 21 arch/x86/boot/cpuflags.c if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { X86_CR0_TS 22 arch/x86/boot/cpuflags.c cr0 &= ~(X86_CR0_EM|X86_CR0_TS); X86_CR0_TS 83 arch/x86/include/asm/kvm_host.h (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \ X86_CR0_TS 292 arch/x86/include/asm/svm.h #define SVM_CR0_SELECTIVE_MASK (X86_CR0_TS | X86_CR0_MP) X86_CR0_TS 30 arch/x86/kernel/fpu/init.c cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ X86_CR0_TS 61 arch/x86/kernel/fpu/init.c cr0 &= ~(X86_CR0_TS | X86_CR0_EM); X86_CR0_TS 897 arch/x86/kernel/traps.c if (WARN(cr0 & X86_CR0_TS, "CR0.TS was set")) { X86_CR0_TS 899 arch/x86/kernel/traps.c write_cr0(cr0 & ~X86_CR0_TS); X86_CR0_TS 1184 arch/x86/kvm/emulate.c if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) X86_CR0_TS 1197 arch/x86/kvm/emulate.c if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) X86_CR0_TS 1213 arch/x86/kvm/emulate.c if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) X86_CR0_TS 3392 arch/x86/kvm/emulate.c ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); X86_CR0_TS 3826 arch/x86/kvm/emulate.c cr0 &= ~X86_CR0_TS; X86_CR0_TS 4067 arch/x86/kvm/emulate.c if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) X86_CR0_TS 5588 arch/x86/kvm/emulate.c if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { X86_CR0_TS 7 arch/x86/kvm/kvm_cache_regs.h #define KVM_POSSIBLE_CR0_GUEST_BITS X86_CR0_TS X86_CR0_TS 3822 arch/x86/kvm/vmx/nested.c vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; X86_CR0_TS 3989 arch/x86/kvm/vmx/nested.c vcpu->arch.cr0_guest_owned_bits = X86_CR0_TS; X86_CR0_TS 5259 arch/x86/kvm/vmx/nested.c if ((vmcs12->cr0_guest_host_mask & X86_CR0_TS) && X86_CR0_TS 5260 arch/x86/kvm/vmx/nested.c (vmcs12->cr0_read_shadow & X86_CR0_TS)) X86_CR0_TS 3864 arch/x86/kvm/vmx/vmx.c WARN_ON(cr0 & X86_CR0_TS); X86_CR0_TS 4230 arch/x86/kvm/vmx/vmx.c vmx->vcpu.arch.cr0_guest_owned_bits = X86_CR0_TS; X86_CR0_TS 4231 arch/x86/kvm/vmx/vmx.c vmcs_writel(CR0_GUEST_HOST_MASK, ~X86_CR0_TS); X86_CR0_TS 4848 arch/x86/kvm/vmx/vmx.c vmx_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~X86_CR0_TS)); X86_CR0_TS 7890 arch/x86/kvm/x86.c cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); X86_CR0_TS 877 arch/x86/xen/enlighten_pv.c MULTI_fpu_taskswitch(mcs.mc, (cr0 & X86_CR0_TS) != 0);