diff options
author | 2018-12-06 21:21:08 +0800 | |
---|---|---|
committer | 2018-12-21 11:28:40 +0100 | |
commit | 40ef75a758b291dc2cc88ecef36ffbb0eb095e00 (patch) | |
tree | 4c0c599ac6042f51c18ec681b316cdc69a309fbd /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | KVM/VMX: Add hv tlb range flush support (diff) | |
download | wireguard-linux-40ef75a758b291dc2cc88ecef36ffbb0eb095e00.tar.xz wireguard-linux-40ef75a758b291dc2cc88ecef36ffbb0eb095e00.zip |
KVM/MMU: Add tlb flush with range helper function
This patch is to add wrapper functions for tlb_remote_flush_with_range
callback and flush tlb directly in kvm_mmu_zap_collapsible_spte().
kvm_mmu_zap_collapsible_spte() returns flush request to the
slot_handle_leaf() and the latter does flush on demand. When
range flush is available, make kvm_mmu_zap_collapsible_spte()
to flush tlb with range directly to avoid returning range back
to slot_handle_leaf().
Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions