KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
authorSean Christopherson <seanjc@google.com>
Fri, 28 Jan 2022 00:52:02 +0000 (00:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 18:47:21 +0000 (13:47 -0500)
commit4d9c83f5a06ac9693a2a20fd47e4ca05c4d8ab87
treefc1a2e72a58b05c85e7591df9822c5a8635f7237
parent872e0c5308d1b86fca3297c5415371320cb14fbe
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()

Rename svm_flush_tlb() to svm_flush_tlb_current() so that at least one of
the flushing operations in svm_x86_ops can be filled via kvm-x86-ops.h,
and to document the scope of the flush (specifically that it doesn't
flush "all").

Opportunistically make svm_tlb_flush_current(), was svm_flush_tlb(),
static.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220128005208.4008533-17-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h