EFER_LME
else if (regs[3] & EFER_LME)
#define EFER_LME (1<<EFER_LME)
if (changed & EFER_LME) {
if ((newval & EFER_LME) != 0 && (state->cr0 & CR0_PG) != 0) {
if (efer & EFER_LME)
if ((val & CR0_PG) != 0 && (efer & EFER_LME) != 0) {
if ((val & CR0_PG) == 0 && (efer & EFER_LME) != 0) {
if ((state->efer & EFER_LME) != 0 &&
if (efer & EFER_LME) {
if (vmcs_read(VMCS_GUEST_IA32_EFER) & EFER_LME)
(efer & EFER_LME) != 0) {
(efer & EFER_LME) != 0) {