Searched hist:"16 fdc1de169ee0a4e59a8c02244414ec7acd55c3" (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | kvm-asm-offsets.c | diff 16fdc1de169ee0a4e59a8c02244414ec7acd55c3 Fri Sep 30 20:14:44 CEST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Since registers are reachable through vcpu_svm, and we will need to access more fields of that struct, pass it instead of the regs[] array.
No functional change intended.
Cc: stable@vger.kernel.org Fixes: a149180fbcf3 ("x86: Add magic AMD return-thunk") Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/linux/arch/x86/kvm/svm/ |
H A D | vmenter.S | diff 16fdc1de169ee0a4e59a8c02244414ec7acd55c3 Fri Sep 30 20:14:44 CEST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Since registers are reachable through vcpu_svm, and we will need to access more fields of that struct, pass it instead of the regs[] array.
No functional change intended.
Cc: stable@vger.kernel.org Fixes: a149180fbcf3 ("x86: Add magic AMD return-thunk") Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | svm.h | diff 16fdc1de169ee0a4e59a8c02244414ec7acd55c3 Fri Sep 30 20:14:44 CEST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Since registers are reachable through vcpu_svm, and we will need to access more fields of that struct, pass it instead of the regs[] array.
No functional change intended.
Cc: stable@vger.kernel.org Fixes: a149180fbcf3 ("x86: Add magic AMD return-thunk") Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | svm.c | diff 16fdc1de169ee0a4e59a8c02244414ec7acd55c3 Fri Sep 30 20:14:44 CEST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Since registers are reachable through vcpu_svm, and we will need to access more fields of that struct, pass it instead of the regs[] array.
No functional change intended.
Cc: stable@vger.kernel.org Fixes: a149180fbcf3 ("x86: Add magic AMD return-thunk") Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|