Home
last modified time | relevance | path

Searched refs:X86_CR0_EM (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/kernel/fpu/
Dinit.c37 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu__init_cpu_generic()
39 cr0 |= X86_CR0_EM; in fpu__init_cpu_generic()
75 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__init_system_early_generic()
/linux-4.4.14/arch/x86/boot/
Dcpuflags.c20 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()
21 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dprocessor-flags.h55 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
/linux-4.4.14/arch/x86/kernel/
Drelocate_kernel_64.S118 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
Drelocate_kernel_32.S115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
Dtraps.c756 if (read_cr0() & X86_CR0_EM) { in do_device_not_available()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h49 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
/linux-4.4.14/arch/x86/kvm/
Demulate.c1079 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1092 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1108 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
5150 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
Dx86.c6264 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in process_smi()