Home
last modified time | relevance | path

Searched refs:iova_to_phys (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.15/drivers/iommu/
Dio-pgtable-arm-v7s.c812 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable()
931 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests()
934 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests()
937 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests()
957 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
976 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests()
990 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests()
997 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
Dio-pgtable-arm.c818 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable()
1259 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests()
1262 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests()
1265 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests()
1286 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
1301 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests()
1312 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests()
1319 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
Ds390-iommu.c371 .iova_to_phys = s390_iommu_iova_to_phys,
Dtegra-gart.c289 .iova_to_phys = gart_iommu_iova_to_phys,
Dapple-dart.c349 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys()
748 .iova_to_phys = apple_dart_iova_to_phys,
Dipmmu-vmsa.c699 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys()
874 .iova_to_phys = ipmmu_iova_to_phys,
Dfsl_pamu_domain.c459 .iova_to_phys = fsl_pamu_iova_to_phys,
Dmtk_iommu.c552 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys()
667 .iova_to_phys = mtk_iommu_iova_to_phys,
Dsprd-iommu.c426 .iova_to_phys = sprd_iommu_iova_to_phys,
Dmtk_iommu_v1.c522 .iova_to_phys = mtk_iommu_iova_to_phys,
Dmsm_iommu.c690 .iova_to_phys = msm_iommu_iova_to_phys,
Dsun50i-iommu.c770 .iova_to_phys = sun50i_iommu_iova_to_phys,
Dvirtio-iommu.c941 .iova_to_phys = viommu_iova_to_phys,
Dtegra-smmu.c980 .iova_to_phys = tegra_smmu_iova_to_phys,
Dexynos-iommu.c1317 .iova_to_phys = exynos_iommu_iova_to_phys,
Drockchip-iommu.c1197 .iova_to_phys = rk_iommu_iova_to_phys,
Domap-iommu.c1742 .iova_to_phys = omap_iommu_iova_to_phys,
/Linux-v5.15/include/linux/
Dio-pgtable.h166 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
Diommu.h266 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
/Linux-v5.15/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c490 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys()
600 .iova_to_phys = qcom_iommu_iova_to_phys,
Darm-smmu.c1299 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard()
1330 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
1592 .iova_to_phys = arm_smmu_iova_to_phys,
/Linux-v5.15/drivers/iommu/amd/
Dio_pgtable.c549 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
Diommu.c2125 return ops->iova_to_phys(ops, iova); in amd_iommu_iova_to_phys()
2256 .iova_to_phys = amd_iommu_iova_to_phys,
/Linux-v5.15/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c333 if (ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
/Linux-v5.15/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3.c2508 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
2843 .iova_to_phys = arm_smmu_iova_to_phys,

12