Searched refs:EFER_LMA (Results 1 – 4 of 4) sorted by relevance
261 ~(EFER_LMA)); in acpi_sleep_machdep()
89 #define EFER_LMA 0x000000400 /* Long mode active (R) */ macro
661 if (state->efer & EFER_LMA) { in svm_vcpu_mode()1170 lma = EFER_LMA; in svm_write_efer()1174 if ((newval & EFER_LMA) != lma) in svm_write_efer()
1853 efer |= EFER_LMA; in vmx_emulate_cr0_access()1926 if (vmcs_read(VMCS_GUEST_IA32_EFER) & EFER_LMA) { in vmx_cpu_mode()3391 if (val & EFER_LMA) in vmx_setreg()