ANDROID: KVM: arm64: Introduce kvm_iommu_ops host_stage2_idmap_complete
This callback is called whenever a series of update have been done to
the IOMMU idmap. This is typically useful to invalidate several TLB
entries in one go instead of doing it on a per-idmap operation for the
sglist based host to guest donation.
The driver may not provide this callback.
Bug: 357781595
Bug: 361026567
Change-Id: Ib677d6738bc16eadf33c4df0405b1967a1f1dc45
Signed-off-by:
Vincent Donnefort <vdonnefort@google.com>
Loading
Please sign in to comment