Lines Matching refs:set_cr
2505 bad = ctxt->ops->set_cr(ctxt, 3, cr3);
2514 bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
2518 bad = ctxt->ops->set_cr(ctxt, 0, cr0);
2523 bad = ctxt->ops->set_cr(ctxt, 4, cr4);
2527 bad = ctxt->ops->set_cr(ctxt, 3, cr3 | pcid);
2702 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
2714 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE));
2720 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE);
3231 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3))
3431 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS);
3731 if (ctxt->ops->set_cr(ctxt, cr_num, ctxt->src.val))
3889 ctxt->ops->set_cr(ctxt, 0, cr0);
3988 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul)