Searched defs:smmu (Results 1 – 2 of 2) sorted by relevance
97 #define ARM_SMMU_GR0(smmu) ((smmu)->base) argument 98 #define ARM_SMMU_GR1(smmu) ((smmu)->base + (1 << (smmu)->pgshift)) argument 137 #define ARM_SMMU_CB_BASE(smmu) ((smmu)->base + ((smmu)->size >> 1)) argument 138 #define ARM_SMMU_CB(smmu, n) ((n) * (1 << (smmu) argument 306 arm_smmu_smr_cfg(struct arm_smmu_device * smmu,uint32_t index) arm_smmu_smr_cfg() argument 319 arm_smmu_s2cr_cfg(struct arm_smmu_device * smmu,uint32_t index) arm_smmu_s2cr_cfg() argument 332 smmu_set_pgtbl(struct arm_smmu_device * smmu,enum iommu_domain dom,uint64_t * pg_table_base) smmu_set_pgtbl() argument 401 struct arm_smmu_device *smmu = &iommu; arm_smmu_create_identity_map() local [all...]
136 for (const uintptr_t *smmu = smmus; smmu < smmus+num_smmus; smmu++) { in drtm_dma_prot_engage() local