Re: [PATCH v12 6/9] iommu/arm-smmu-v3: Introduce strtab init helper

2022-06-09 Thread Will Deacon
On Tue, May 03, 2022 at 05:33:27PM +0100, Shameer Kolothum wrote: > Introduce a helper to check the sid range and to init the l2 strtab > entries(bypass). This will be useful when we have to initialize the > l2 strtab with bypass for RMR SIDs. > > Signed-off-by: Shameer Kolothum > --- >

[PATCH v12 6/9] iommu/arm-smmu-v3: Introduce strtab init helper

2022-05-03 Thread Shameer Kolothum via iommu
Introduce a helper to check the sid range and to init the l2 strtab entries(bypass). This will be useful when we have to initialize the l2 strtab with bypass for RMR SIDs. Signed-off-by: Shameer Kolothum --- drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 28 +++-- 1 file changed,