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

/linux-master/arch/x86/kernel/fpu/
H A Dinit.c33 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */
35 cr0 |= X86_CR0_EM;
64 cr0 &= ~(X86_CR0_TS | X86_CR0_EM);
/linux-master/arch/x86/boot/
H A Dcpuflags.c21 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) {
22 cr0 &= ~(X86_CR0_EM|X86_CR0_TS);
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h56 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S117 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
H A Drelocate_kernel_64.S140 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
H A Dtraps.c1277 if (!boot_cpu_has(X86_FEATURE_FPU) && (cr0 & X86_CR0_EM)) {
/linux-master/arch/x86/kvm/
H A Dsmm.c318 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG);
H A Demulate.c1096 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
1109 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
1125 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
3705 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
5161 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM)))
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1345 #define X86_CR0_EM (1UL<<2) /* Emulation */ macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h126 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \

Completed in 170 milliseconds