Searched refs:X86_CR0_EM (Results 1 – 8 of 8) sorted by relevance
20 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()21 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
219 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu_init()221 cr0 |= X86_CR0_EM; in fpu_init()659 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu_detect()
118 andq $~(X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %rax
115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
881 if (read_cr0() & X86_CR0_EM) { in do_device_not_available()
57 #define X86_CR0_EM _BITUL(X86_CR0_EM_BIT) macro
47 (~(unsigned long)(X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS \
1082 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()1095 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()1111 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()4849 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()