Searched refs:iova_to_phys (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.1.9/drivers/iommu/ |
D | io-pgtable-arm-v7s.c | 849 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 972 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 975 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 978 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 998 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 1017 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 1031 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 1038 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
D | io-pgtable-arm.c | 806 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1196 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1199 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1202 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1223 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1238 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1249 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1256 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
D | s390-iommu.c | 373 .iova_to_phys = s390_iommu_iova_to_phys,
|
D | tegra-gart.c | 280 .iova_to_phys = gart_iommu_iova_to_phys,
|
D | fsl_pamu_domain.c | 458 .iova_to_phys = fsl_pamu_iova_to_phys,
|
D | apple-dart.c | 362 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys() 789 .iova_to_phys = apple_dart_iova_to_phys,
|
D | ipmmu-vmsa.c | 703 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 886 .iova_to_phys = ipmmu_iova_to_phys,
|
D | io-pgtable-dart.c | 391 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
|
D | sprd-iommu.c | 421 .iova_to_phys = sprd_iommu_iova_to_phys,
|
D | mtk_iommu_v1.c | 596 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
|
D | mtk_iommu.c | 766 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 946 .iova_to_phys = mtk_iommu_iova_to_phys,
|
D | msm_iommu.c | 692 .iova_to_phys = msm_iommu_iova_to_phys,
|
D | sun50i-iommu.c | 841 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
D | virtio-iommu.c | 1035 .iova_to_phys = viommu_iova_to_phys,
|
D | tegra-smmu.c | 975 .iova_to_phys = tegra_smmu_iova_to_phys,
|
D | exynos-iommu.c | 1412 .iova_to_phys = exynos_iommu_iova_to_phys,
|
D | rockchip-iommu.c | 1198 .iova_to_phys = rk_iommu_iova_to_phys,
|
D | omap-iommu.c | 1746 .iova_to_phys = omap_iommu_iova_to_phys,
|
/linux-6.1.9/include/linux/ |
D | io-pgtable.h | 173 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
D | iommu.h | 308 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
|
/linux-6.1.9/drivers/iommu/amd/ |
D | io_pgtable_v2.c | 397 pgtable->iop.ops.iova_to_phys = iommu_v2_iova_to_phys; in v2_alloc_pgtable()
|
D | io_pgtable.c | 529 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
|
/linux-6.1.9/drivers/iommu/arm/arm-smmu/ |
D | qcom_iommu.c | 490 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 594 .iova_to_phys = qcom_iommu_iova_to_phys,
|
D | arm-smmu.c | 1282 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1313 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1584 .iova_to_phys = arm_smmu_iova_to_phys,
|
/linux-6.1.9/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 369 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
12