linux_dsm_epyc7002/arch/x86/kvm/mmu
Sean Christopherson 7f42aa76d4 KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes
Replace open coded instances of kvm_arch_flush_remote_tlbs_memslot()'s
functionality with calls to the aforementioned function.  Update the
comment in kvm_arch_flush_remote_tlbs_memslot() to elaborate on how it
is used and why it asserts that slots_lock is held.

No functional change intended.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-03-16 17:57:29 +01:00
..
mmu.c KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes 2020-03-16 17:57:29 +01:00
page_track.c KVM: Simplify kvm_free_memslot() and all its descendents 2020-03-16 17:57:22 +01:00
paging_tmpl.h KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging 2020-02-12 20:09:44 +01:00