KVM: x86/mmu: clean up prefetch/prefault/speculative naming
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 Sep 2021 13:19:32 +0000 (09:19 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Oct 2021 09:19:26 +0000 (05:19 -0400)
commit2839180ce5bb27ad5e1f092fdafede284a925e5c
tree85522e8f015f9a2b9696a9e8e312768e8d5c1d20
parent1e76a3ce0d3cdfc6b506e21047a26471bc1cc92e
KVM: x86/mmu: clean up prefetch/prefault/speculative naming

"prefetch", "prefault" and "speculative" are used throughout KVM to mean
the same thing.  Use a single name, standardizing on "prefetch" which
is already used by various functions such as direct_pte_prefetch,
FNAME(prefetch_gpte), FNAME(pte_prefetch), etc.

Suggested-by: David Matlack <dmatlack@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.h
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/mmu_internal.h
arch/x86/kvm/mmu/paging_tmpl.h
arch/x86/kvm/mmu/spte.c
arch/x86/kvm/mmu/spte.h
arch/x86/kvm/mmu/tdp_mmu.c