X86_CR0_EM         21 arch/x86/boot/cpuflags.c 	if (cr0 & (X86_CR0_EM|X86_CR0_TS)) {
X86_CR0_EM         22 arch/x86/boot/cpuflags.c 		cr0 &= ~(X86_CR0_EM|X86_CR0_TS);
X86_CR0_EM         83 arch/x86/include/asm/kvm_host.h 	(~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
X86_CR0_EM         30 arch/x86/kernel/fpu/init.c 	cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */
X86_CR0_EM         32 arch/x86/kernel/fpu/init.c 		cr0 |= X86_CR0_EM;
X86_CR0_EM         61 arch/x86/kernel/fpu/init.c 	cr0 &= ~(X86_CR0_TS | X86_CR0_EM);
X86_CR0_EM        885 arch/x86/kernel/traps.c 	if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) {
X86_CR0_EM       1184 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
X86_CR0_EM       1197 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
X86_CR0_EM       1213 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
X86_CR0_EM       4067 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
X86_CR0_EM       5582 arch/x86/kvm/emulate.c 		if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM)))
X86_CR0_EM       7890 arch/x86/kvm/x86.c 	cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG);