On Tue, Sep 06, 2022 at 08:44:53PM +0800, Lu Baolu wrote: > Add support for SVA domain allocation and provide an SVA-specific > iommu_domain_ops. This implementation is based on the existing SVA > code. Possible cleanup and refactoring are left for incremental > changes later. > > Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx> > Reviewed-by: Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> > Tested-by: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> > --- > drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h | 14 +++++ > .../iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c | 61 +++++++++++++++++++ > drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 15 +++++ > 3 files changed, 90 insertions(+) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason