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>
Showing
- arch/x86/kvm/mmu.h 3 additions, 3 deletionsarch/x86/kvm/mmu.h
- arch/x86/kvm/mmu/mmu.c 5 additions, 5 deletionsarch/x86/kvm/mmu/mmu.c
- arch/x86/kvm/mmu/mmu_internal.h 1 addition, 1 deletionarch/x86/kvm/mmu/mmu_internal.h
- arch/x86/kvm/mmu/paging_tmpl.h 1 addition, 1 deletionarch/x86/kvm/mmu/paging_tmpl.h
- arch/x86/kvm/mmu/spte.c 4 additions, 4 deletionsarch/x86/kvm/mmu/spte.c
- arch/x86/kvm/mmu/spte.h 1 addition, 1 deletionarch/x86/kvm/mmu/spte.h
- arch/x86/kvm/mmu/tdp_mmu.c 1 addition, 1 deletionarch/x86/kvm/mmu/tdp_mmu.c
Please register or sign in to comment