Home
last modified time | relevance | path

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

12

/linux/drivers/iommu/
A 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()
A 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()
A Ds390-iommu.c371 .iova_to_phys = s390_iommu_iova_to_phys,
A Dtegra-gart.c289 .iova_to_phys = gart_iommu_iova_to_phys,
A Dapple-dart.c354 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys()
776 .iova_to_phys = apple_dart_iova_to_phys,
A Dipmmu-vmsa.c703 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys()
878 .iova_to_phys = ipmmu_iova_to_phys,
A Dfsl_pamu_domain.c459 .iova_to_phys = fsl_pamu_iova_to_phys,
A Dmtk_iommu.c552 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys()
669 .iova_to_phys = mtk_iommu_iova_to_phys,
A Dsprd-iommu.c426 .iova_to_phys = sprd_iommu_iova_to_phys,
A Dmtk_iommu_v1.c522 .iova_to_phys = mtk_iommu_iova_to_phys,
A Dsun50i-iommu.c770 .iova_to_phys = sun50i_iommu_iova_to_phys,
A Dmsm_iommu.c690 .iova_to_phys = msm_iommu_iova_to_phys,
A Dvirtio-iommu.c941 .iova_to_phys = viommu_iova_to_phys,
A Dtegra-smmu.c980 .iova_to_phys = tegra_smmu_iova_to_phys,
A Drockchip-iommu.c1197 .iova_to_phys = rk_iommu_iova_to_phys,
A Dexynos-iommu.c1317 .iova_to_phys = exynos_iommu_iova_to_phys,
A Domap-iommu.c1742 .iova_to_phys = omap_iommu_iova_to_phys,
/linux/include/linux/
A Dio-pgtable.h166 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
A Diommu.h266 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
/linux/drivers/iommu/arm/arm-smmu/
A 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,
A 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/drivers/iommu/amd/
A Dio_pgtable.c549 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
A Diommu.c2147 return ops->iova_to_phys(ops, iova); in amd_iommu_iova_to_phys()
2278 .iova_to_phys = amd_iommu_iova_to_phys,
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_mmu.c349 if (ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c2515 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
2850 .iova_to_phys = arm_smmu_iova_to_phys,

Completed in 76 milliseconds

12