Lines Matching refs:get_cr
1079 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()
2490 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
2508 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_rsm()
3225 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3628 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
3715 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw()
3721 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
3894 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_cr_write()
3946 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read()
3999 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc()
4009 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc()
5150 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM))) in x86_emulate_insn()
5151 || ((ctxt->d & Sse) && !(ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR))) { in x86_emulate_insn()
5156 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) { in x86_emulate_insn()
5432 ctxt->dst.val = ops->get_cr(ctxt, ctxt->modrm_reg); in x86_emulate_insn()