KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
authorRaghavendra Rao Ananta <rananta@google.com>
Fri, 11 Aug 2023 04:51:24 +0000 (04:51 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 17 Aug 2023 08:40:35 +0000 (09:40 +0100)
commitc42b6f0b1cde4dd19e6b5dd052e67b87cc331b01
treedcf0a1d867522abeecdbe578e6109a0116eafe1b
parent117940aa6e5f8308f1529e1313660980f1dae771
KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()

Implement kvm_arch_flush_remote_tlbs_range() for arm64
to invalidate the given range in the TLB.

Signed-off-by: Raghavendra Rao Ananta <rananta@google.com>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Shaoqin Huang <shahuang@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230811045127.3308641-12-rananta@google.com
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/mmu.c