Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1030 for_each_cfg_sme(cfg, fwspec, i, idx) { in arm_smmu_master_alloc_smes()
1054 for_each_cfg_sme(cfg, fwspec, i, idx) in arm_smmu_master_alloc_smes()
1076 for_each_cfg_sme(cfg, fwspec, i, idx) { in arm_smmu_master_free_smes()
1099 for_each_cfg_sme(cfg, fwspec, i, idx) { in arm_smmu_domain_add_master()
1466 for_each_cfg_sme(cfg, fwspec, i, idx) { in arm_smmu_device_group()
1490 for_each_cfg_sme(cfg, fwspec, i, idx) in arm_smmu_device_group()
H A Darm-smmu.h451 #define for_each_cfg_sme(cfg, fw, i, idx) \ macro