Lines Matching refs:get_cr
1145 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1156 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1170 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
2578 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
2596 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_rsm()
3325 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3680 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()
3758 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
3784 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()
3847 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw()
3853 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw()
3859 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
4000 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in check_fxsr()
4028 cr4_osfxsr = ctxt->ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR; in fxstate_size()
4168 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_cr_write()
4193 if (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_PCIDE) in check_cr_write()
4233 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read()
4286 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc()
4296 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc()
5464 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
5465 || ((ctxt->d & Sse) && !(ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR))) { in x86_emulate_insn()
5470 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn()
5746 ctxt->dst.val = ops->get_cr(ctxt, ctxt->modrm_reg); in x86_emulate_insn()