arm_iommu_create_mapping
arm_iommu_create_mapping(struct device *dev, dma_addr_t base, u64 size);
EXPORT_SYMBOL_GPL(arm_iommu_create_mapping);
mapping = arm_iommu_create_mapping(dev, dma_base, size);
mapping = arm_iommu_create_mapping(dev,
mapping = arm_iommu_create_mapping(dev, SZ_1G, SZ_2G);
mtk_mapping = arm_iommu_create_mapping(dev, 0, 1ULL << 32);
mapping = arm_iommu_create_mapping(isp->dev, SZ_1G, SZ_2G);