Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
A Dinit.c33 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu__init_cpu_generic()
35 cr0 |= X86_CR0_EM; in fpu__init_cpu_generic()
64 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__probe_without_cpuid()
/linux/arch/x86/boot/
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/include/uapi/asm/
A Dprocessor-flags.h56 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
/linux/arch/x86/kernel/
A Drelocate_kernel_64.S127 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
A Drelocate_kernel_32.S113 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
A Dtraps.c1188 if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) { in DEFINE_IDTENTRY()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h433 #define X86_CR0_EM (1UL<<2) /* Emulation */ macro
/linux/arch/x86/kvm/
A Demulate.c1084 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1097 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1113 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
3971 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in check_fxsr()
5421 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
A Dx86.c9419 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in enter_smm()
/linux/arch/x86/include/asm/
A Dkvm_host.h107 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \

Completed in 53 milliseconds