Searched refs:map_save (Results 1 – 1 of 1) sorted by relevance
4291 struct kvm_host_map map_save; in svm_enter_smm() local4323 &map_save) == -EINVAL) in svm_enter_smm()4328 svm_copy_vmrun_state(map_save.hva + 0x400, in svm_enter_smm()4331 kvm_vcpu_unmap(vcpu, &map_save, true); in svm_enter_smm()4338 struct kvm_host_map map, map_save; in svm_leave_smm() local4362 if (kvm_vcpu_map(vcpu, gpa_to_gfn(svm->nested.hsave_msr), &map_save) == -EINVAL) in svm_leave_smm()4373 svm_copy_vmrun_state(&svm->vmcb01.ptr->save, map_save.hva + 0x400); in svm_leave_smm()4384 kvm_vcpu_unmap(vcpu, &map_save, true); in svm_leave_smm()