| /Linux-v5.10/drivers/iommu/ |
| D | io-pgtable-arm-v7s.c | 787 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 907 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 910 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 913 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 933 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 952 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 966 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 973 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
| D | io-pgtable-arm.c | 748 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1131 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1134 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1137 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1158 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1173 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1184 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1191 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
| D | s390-iommu.c | 365 .iova_to_phys = s390_iommu_iova_to_phys,
|
| D | tegra-gart.c | 286 .iova_to_phys = gart_iommu_iova_to_phys,
|
| D | ipmmu-vmsa.c | 721 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 905 .iova_to_phys = ipmmu_iova_to_phys,
|
| D | mtk_iommu.c | 464 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 543 .iova_to_phys = mtk_iommu_iova_to_phys,
|
| D | mtk_iommu_v1.c | 525 .iova_to_phys = mtk_iommu_iova_to_phys,
|
| D | fsl_pamu_domain.c | 1036 .iova_to_phys = fsl_pamu_iova_to_phys,
|
| D | msm_iommu.c | 690 .iova_to_phys = msm_iommu_iova_to_phys,
|
| D | sun50i-iommu.c | 781 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
| D | virtio-iommu.c | 940 .iova_to_phys = viommu_iova_to_phys,
|
| D | iommu.c | 2325 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys() 2328 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
| D | rockchip-iommu.c | 1119 .iova_to_phys = rk_iommu_iova_to_phys,
|
| D | tegra-smmu.c | 985 .iova_to_phys = tegra_smmu_iova_to_phys,
|
| D | exynos-iommu.c | 1332 .iova_to_phys = exynos_iommu_iova_to_phys,
|
| D | omap-iommu.c | 1746 .iova_to_phys = omap_iommu_iova_to_phys,
|
| /Linux-v5.10/include/linux/ |
| D | io-pgtable.h | 161 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
| D | iommu.h | 250 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|
| /Linux-v5.10/drivers/iommu/arm/arm-smmu/ |
| D | qcom_iommu.c | 508 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 618 .iova_to_phys = qcom_iommu_iova_to_phys,
|
| D | arm-smmu.c | 1299 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1331 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1616 .iova_to_phys = arm_smmu_iova_to_phys,
|
| /Linux-v5.10/drivers/gpu/drm/panfrost/ |
| D | panfrost_mmu.c | 322 if (ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
| /Linux-v5.10/drivers/iommu/arm/arm-smmu-v3/ |
| D | arm-smmu-v3.c | 2285 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 2579 .iova_to_phys = arm_smmu_iova_to_phys,
|
| /Linux-v5.10/drivers/iommu/amd/ |
| D | iommu.c | 2762 .iova_to_phys = amd_iommu_iova_to_phys,
|
| /Linux-v5.10/drivers/iommu/intel/ |
| D | iommu.c | 6102 .iova_to_phys = intel_iommu_iova_to_phys,
|