Home
last modified time | relevance | path

Searched refs:smmu_group (Results 1 – 1 of 1) sorted by relevance

/drivers/iommu/
Darm-smmu-v3.c1566 struct arm_smmu_group *smmu_group; in arm_smmu_group_get() local
1572 smmu_group = iommu_group_get_iommudata(group); in arm_smmu_group_get()
1574 return smmu_group; in arm_smmu_group_get()
1599 static int arm_smmu_install_ste_for_group(struct arm_smmu_group *smmu_group) in arm_smmu_install_ste_for_group() argument
1602 struct arm_smmu_domain *smmu_domain = smmu_group->domain; in arm_smmu_install_ste_for_group()
1603 struct arm_smmu_strtab_ent *ste = &smmu_group->ste; in arm_smmu_install_ste_for_group()
1604 struct arm_smmu_device *smmu = smmu_group->smmu; in arm_smmu_install_ste_for_group()
1615 for (i = 0; i < smmu_group->num_sids; ++i) { in arm_smmu_install_ste_for_group()
1616 u32 sid = smmu_group->sids[i]; in arm_smmu_install_ste_for_group()
1630 struct arm_smmu_group *smmu_group = arm_smmu_group_get(dev); in arm_smmu_attach_dev() local
[all …]