Searched refs:iova_to_phys (Results 1 – 23 of 23) sorted by relevance
| /Linux-v5.4/drivers/iommu/ |
| D | io-pgtable-arm-v7s.c | 789 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 910 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 913 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 916 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 936 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 955 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 969 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 976 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
| D | io-pgtable-arm.c | 782 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1172 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1175 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1178 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1199 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1214 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1225 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1232 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
| D | tegra-gart.c | 298 .iova_to_phys = gart_iommu_iova_to_phys,
|
| D | mtk_iommu.c | 468 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 562 .iova_to_phys = mtk_iommu_iova_to_phys,
|
| D | qcom_iommu.c | 498 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 615 .iova_to_phys = qcom_iommu_iova_to_phys,
|
| D | s390-iommu.c | 375 .iova_to_phys = s390_iommu_iova_to_phys,
|
| D | ipmmu-vmsa.c | 766 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 970 .iova_to_phys = ipmmu_iova_to_phys,
|
| D | mtk_iommu_v1.c | 536 .iova_to_phys = mtk_iommu_iova_to_phys,
|
| D | arm-smmu.c | 1252 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1284 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1564 .iova_to_phys = arm_smmu_iova_to_phys,
|
| D | msm_iommu.c | 710 .iova_to_phys = msm_iommu_iova_to_phys,
|
| D | iommu.c | 1818 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys() 1821 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
| D | fsl_pamu_domain.c | 1048 .iova_to_phys = fsl_pamu_iova_to_phys,
|
| D | tegra-smmu.c | 897 .iova_to_phys = tegra_smmu_iova_to_phys,
|
| D | virtio-iommu.c | 959 .iova_to_phys = viommu_iova_to_phys,
|
| D | rockchip-iommu.c | 1128 .iova_to_phys = rk_iommu_iova_to_phys,
|
| D | exynos-iommu.c | 1332 .iova_to_phys = exynos_iommu_iova_to_phys,
|
| D | arm-smmu-v3.c | 2501 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 2731 .iova_to_phys = arm_smmu_iova_to_phys,
|
| D | omap-iommu.c | 1811 .iova_to_phys = omap_iommu_iova_to_phys,
|
| D | amd_iommu.c | 3295 .iova_to_phys = amd_iommu_iova_to_phys,
|
| D | intel-iommu.c | 5963 .iova_to_phys = intel_iommu_iova_to_phys,
|
| /Linux-v5.4/include/linux/ |
| D | io-pgtable.h | 142 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
| D | iommu.h | 266 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|
| /Linux-v5.4/drivers/gpu/drm/panfrost/ |
| D | panfrost_mmu.c | 313 if (ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|