Searched refs:iova_to_phys (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/iommu/ |
D | io-pgtable-arm.c | 586 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 894 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 897 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 900 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 922 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 939 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 951 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 958 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
D | io-pgtable.h | 83 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
D | ipmmu-vmsa.c | 577 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 752 .iova_to_phys = ipmmu_iova_to_phys,
|
D | shmobile-iommu.c | 372 .iova_to_phys = shmobile_iommu_iova_to_phys,
|
D | iommu.c | 989 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys() 992 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
D | tegra-gart.c | 346 .iova_to_phys = gart_iommu_iova_to_phys,
|
D | arm-smmu.c | 1250 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1281 ret = ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1453 .iova_to_phys = arm_smmu_iova_to_phys,
|
D | msm_iommu.c | 683 .iova_to_phys = msm_iommu_iova_to_phys,
|
D | tegra-smmu.c | 658 .iova_to_phys = tegra_smmu_iova_to_phys,
|
D | rockchip-iommu.c | 971 .iova_to_phys = rk_iommu_iova_to_phys,
|
D | fsl_pamu_domain.c | 1070 .iova_to_phys = fsl_pamu_iova_to_phys,
|
D | exynos-iommu.c | 1188 .iova_to_phys = exynos_iommu_iova_to_phys,
|
D | omap-iommu.c | 1377 .iova_to_phys = omap_iommu_iova_to_phys,
|
D | amd_iommu.c | 3431 .iova_to_phys = amd_iommu_iova_to_phys,
|
D | intel-iommu.c | 4628 .iova_to_phys = intel_iommu_iova_to_phys,
|
/linux-4.1.27/include/linux/ |
D | iommu.h | 153 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|