Searched refs:vmx_set_efer (Results 1 – 4 of 4) sorted by relevance
71 int vmx_set_efer(struct kvm_vcpu *vcpu, u64 efer);
421 return vmx_set_efer(vcpu, efer); in vt_set_efer()
2789 vmx_set_efer(vcpu, vcpu->arch.efer); in prepare_vmcs02()4773 vmx_set_efer(vcpu, vcpu->arch.efer); in load_vmcs12_host_state()4951 vmx_set_efer(vcpu, nested_vmx_get_vmcs01_guest_efer(vmx)); in nested_vmx_restore_host_state()
3309 int vmx_set_efer(struct kvm_vcpu *vcpu, u64 efer) in vmx_set_efer() function3348 vmx_set_efer(vcpu, vcpu->arch.efer | EFER_LMA); in enter_lmode()3353 vmx_set_efer(vcpu, vcpu->arch.efer & ~EFER_LMA); in exit_lmode()