Searched refs:map_save (Results 1 – 1 of 1) sorted by relevance
4391 struct kvm_host_map map_save; in svm_enter_smm() local4423 &map_save) == -EINVAL) in svm_enter_smm()4428 svm_copy_vmrun_state(map_save.hva + 0x400, in svm_enter_smm()4431 kvm_vcpu_unmap(vcpu, &map_save, true); in svm_enter_smm()4438 struct kvm_host_map map, map_save; in svm_leave_smm() local4462 if (kvm_vcpu_map(vcpu, gpa_to_gfn(svm->nested.hsave_msr), &map_save) == -EINVAL) in svm_leave_smm()4473 svm_copy_vmrun_state(&svm->vmcb01.ptr->save, map_save.hva + 0x400); in svm_leave_smm()4492 kvm_vcpu_unmap(vcpu, &map_save, true); in svm_leave_smm()