Lines Matching refs:get_cr
685 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48;
824 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) {
1232 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
1245 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
1261 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
2700 cr4 = ctxt->ops->get_cr(ctxt, 4);
2712 cr0 = ctxt->ops->get_cr(ctxt, 0);
2718 cr4 = ctxt->ops->get_cr(ctxt, 4);
3431 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS);
3809 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) &&
3887 cr0 = ctxt->ops->get_cr(ctxt, 0);
3913 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) &&
3976 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) &&
3982 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0);
3988 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul)
4132 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM))
4160 cr4_osfxsr = ctxt->ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR;
4313 cr4 = ctxt->ops->get_cr(ctxt, 4);
4366 u64 cr4 = ctxt->ops->get_cr(ctxt, 4);
4376 u64 cr4 = ctxt->ops->get_cr(ctxt, 4);
5576 if (((ctxt->d & (Sse|Mmx)) && ((ops->get_cr(ctxt, 0) & X86_CR0_EM)))
5577 || ((ctxt->d & Sse) && !(ops->get_cr(ctxt, 4) & X86_CR4_OSFXSR))) {
5582 if ((ctxt->d & (Sse|Mmx)) && (ops->get_cr(ctxt, 0) & X86_CR0_TS)) {
5856 ctxt->dst.val = ops->get_cr(ctxt, ctxt->modrm_reg);