iommu/arm-smmu-v3: Add a type for the CD entry
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 27 Mar 2024 18:07:51 +0000 (15:07 -0300)
committerWill Deacon <will@kernel.org>
Tue, 9 Apr 2024 11:38:32 +0000 (12:38 +0100)
commite8e4398d53f98be7ac48e0bda9ea6e26df24136d
tree4841961fc2ecff780f105553516edb76e59c6ab1
parent86e5ca098dd9f8c5b80a6205395aea0535018837
iommu/arm-smmu-v3: Add a type for the CD entry

Instead of passing a naked __le16 * around to represent a CD table entry
wrap it in a "struct arm_smmu_cd" with an array of the correct size. This
makes it much clearer which functions will comprise the "CD API".

Tested-by: Nicolin Chen <nicolinc@nvidia.com>
Tested-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>
Reviewed-by: Michael Shavit <mshavit@google.com>
Reviewed-by: Moritz Fischer <moritzf@google.com>
Reviewed-by: Nicolin Chen <nicolinc@nvidia.com>
Reviewed-by: Mostafa Saleh <smostafa@google.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/5-v6-228e7adf25eb+4155-smmuv3_newapi_p2_jgg@nvidia.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h