Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c834 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable()
958 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests()
961 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests()
964 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests()
985 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
1005 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests()
1019 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests()
1027 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
H A Dio-pgtable-arm.c791 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable()
1181 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests()
1184 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests()
1187 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests()
1209 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
1225 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests()
1236 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests()
1244 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
H A Dfsl_pamu_domain.c405 .iova_to_phys = fsl_pamu_iova_to_phys,
H A Dtegra-gart.c280 .iova_to_phys = gart_iommu_iova_to_phys,
H A Dipmmu-vmsa.c670 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys()
866 .iova_to_phys = ipmmu_iova_to_phys,
H A Ds390-iommu.c446 .iova_to_phys = s390_iommu_iova_to_phys,
H A Dio-pgtable-dart.c391 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
H A Dsprd-iommu.c436 .iova_to_phys = sprd_iommu_iova_to_phys,
H A Dapple-dart.c524 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys()
966 .iova_to_phys = apple_dart_iova_to_phys,
H A Dmtk_iommu_v1.c594 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
H A Dmtk_iommu.c834 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys()
1013 .iova_to_phys = mtk_iommu_iova_to_phys,
H A Dmsm_iommu.c696 .iova_to_phys = msm_iommu_iova_to_phys,
H A Dsun50i-iommu.c840 .iova_to_phys = sun50i_iommu_iova_to_phys,
H A Dtegra-smmu.c976 .iova_to_phys = tegra_smmu_iova_to_phys,
H A Dvirtio-iommu.c1059 .iova_to_phys = viommu_iova_to_phys,
H A Drockchip-iommu.c1202 .iova_to_phys = rk_iommu_iova_to_phys,
H A Dexynos-iommu.c1487 .iova_to_phys = exynos_iommu_iova_to_phys,
/openbmc/linux/include/linux/
H A Dio-pgtable.h167 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
H A Diommu.h354 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
/openbmc/linux/drivers/iommu/amd/
H A Dio_pgtable_v2.c396 pgtable->iop.ops.iova_to_phys = iommu_v2_iova_to_phys; in v2_alloc_pgtable()
H A Dio_pgtable.c529 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c478 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys()
580 .iova_to_phys = qcom_iommu_iova_to_phys,
H A Darm-smmu.c1277 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard()
1308 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
1580 .iova_to_phys = arm_smmu_iova_to_phys,
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c369 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
/openbmc/linux/drivers/iommu/iommufd/
H A Dselftest.c320 .iova_to_phys = mock_domain_iova_to_phys,

12