Searched refs:iova_to_phys (Results 1 – 8 of 8) sorted by relevance
195 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys()198 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
311 .iova_to_phys = gart_iommu_iova_to_phys,
679 .iova_to_phys = msm_iommu_iova_to_phys,
856 .iova_to_phys = smmu_iommu_iova_to_phys,
1205 .iova_to_phys = omap_iommu_iova_to_phys,
3298 .iova_to_phys = amd_iommu_iova_to_phys,
4192 .iova_to_phys = intel_iommu_iova_to_phys,
73 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member