EFER_LME
efer = EFER_LME | EFER_LMA;
CALLBACK(setmsr, MSR_EFER, EFER_LMA | EFER_LME);
if (changed & EFER_LME) {
if ((newval & EFER_LME) != 0 && (state->cr0 & CR0_PG) != 0)
if (efer & EFER_LME)
if (efer & EFER_LME) {
if (vmcs_read(VMCS_GUEST_IA32_EFER) & EFER_LME) {
else if (regs[3] & EFER_LME)