Searched refs:EFER_LME (Results 1 – 5 of 5) sorted by relevance
27 #define EFER_LME (1<<_EFER_LME) macro
1741 ignore_bits |= EFER_LMA | EFER_LME; in update_transition_efer()1757 guest_efer &= ~EFER_LME; in update_transition_efer()3437 msr->data = efer & ~EFER_LME; in vmx_set_efer()3584 if (vcpu->arch.efer & EFER_LME) { in vmx_set_cr0()9339 vcpu->arch.efer |= (EFER_LMA | EFER_LME); in prepare_vmcs02()9341 vcpu->arch.efer &= ~(EFER_LMA | EFER_LME); in prepare_vmcs02()9499 ia32e != !!(vmcs12->guest_ia32_efer & EFER_LME))) { in nested_vmx_run()9517 ia32e != !!(vmcs12->host_ia32_efer & EFER_LME)) { in nested_vmx_run()9882 vcpu->arch.efer |= (EFER_LMA | EFER_LME); in load_vmcs12_host_state()9884 vcpu->arch.efer &= ~(EFER_LMA | EFER_LME); in load_vmcs12_host_state()
477 efer &= ~EFER_LME; in svm_set_efer()1558 if (vcpu->arch.efer & EFER_LME) { in svm_set_cr0()1561 svm->vmcb->save.efer |= EFER_LMA | EFER_LME; in svm_set_cr0()1566 svm->vmcb->save.efer &= ~(EFER_LMA | EFER_LME); in svm_set_cr0()
81 u64 __read_mostly efer_reserved_bits = ~((u64)(EFER_SCE | EFER_LME | EFER_LMA));595 if ((vcpu->arch.efer & EFER_LME)) { in kvm_set_cr0()988 && (vcpu->arch.efer & EFER_LME) != (efer & EFER_LME)) in set_efer()
3596 if ((new_val & X86_CR0_PG) && (efer & EFER_LME) && in check_cr_write()