KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
authorDavid Matlack <dmatlack@google.com>
Thu, 26 Jan 2023 18:40:22 +0000 (10:40 -0800)
committerSean Christopherson <seanjc@google.com>
Fri, 17 Mar 2023 22:16:12 +0000 (15:16 -0700)
commit8c63e8c2176552d5c003d7459609383d32bf47f3
tree8a81fc7a6c80e8e63ceb0447123c5416e6639b26
parent28e4b4597d65927f8147c493d66aa0fe006e364c
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()

Rename kvm_flush_remote_tlbs_with_address() to
kvm_flush_remote_tlbs_range(). This name is shorter, which reduces the
number of callsites that need to be broken up across multiple lines, and
more readable since it conveys a range of memory is being flushed rather
than a single address.

No functional change intended.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20230126184025.2294823-5-dmatlack@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/mmu_internal.h