Lines Matching defs:efer
782 u64 efer;
787 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
791 if (efer & EFER_LMA)
799 if (efer & EFER_LMA)
808 if (efer & EFER_LMA) {
1511 u64 efer = 0;
1513 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
1514 if (!(efer & EFER_LMA))
1685 u64 efer = 0;
1687 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
1688 if (efer & EFER_LMA)
2404 u64 efer = 0;
2414 ops->get_msr(ctxt, MSR_EFER, &efer);
2415 if (!(efer & EFER_SCE))
2424 if (efer & EFER_LMA) {
2432 if (efer & EFER_LMA) {
2463 u64 efer = 0;
2465 ops->get_msr(ctxt, MSR_EFER, &efer);
2474 if ((ctxt->mode != X86EMUL_MODE_PROT64) && (efer & EFER_LMA)
2490 if (efer & EFER_LMA) {
2499 ctxt->_eip = (efer & EFER_LMA) ? msr_data : (u32)msr_data;
2502 *reg_write(ctxt, VCPU_REGS_RSP) = (efer & EFER_LMA) ? msr_data :
2504 if (efer & EFER_LMA)
3913 u64 efer = 0;
3915 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
3917 if (!(efer & EFER_SVME))