/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-arm-v7s.c | 833 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 957 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 960 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 963 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 984 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 1004 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 1018 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 1026 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
H A D | io-pgtable-arm.c | 802 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1192 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1195 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1198 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1220 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1236 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1247 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1255 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
H A D | tegra-gart.c | 280 .iova_to_phys = gart_iommu_iova_to_phys,
|
H A D | fsl_pamu_domain.c | 405 .iova_to_phys = fsl_pamu_iova_to_phys,
|
H A D | ipmmu-vmsa.c | 670 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 866 .iova_to_phys = ipmmu_iova_to_phys,
|
H A D | s390-iommu.c | 446 .iova_to_phys = s390_iommu_iova_to_phys,
|
H A D | io-pgtable-dart.c | 390 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
|
H A D | sprd-iommu.c | 436 .iova_to_phys = sprd_iommu_iova_to_phys,
|
H A D | apple-dart.c | 524 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys() 966 .iova_to_phys = apple_dart_iova_to_phys,
|
H A D | mtk_iommu_v1.c | 594 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
|
H A D | mtk_iommu.c | 834 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 D | msm_iommu.c | 696 .iova_to_phys = msm_iommu_iova_to_phys,
|
H A D | sun50i-iommu.c | 841 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
H A D | virtio-iommu.c | 1059 .iova_to_phys = viommu_iova_to_phys,
|
H A D | tegra-smmu.c | 976 .iova_to_phys = tegra_smmu_iova_to_phys,
|
H A D | rockchip-iommu.c | 1202 .iova_to_phys = rk_iommu_iova_to_phys,
|
H A D | exynos-iommu.c | 1487 .iova_to_phys = exynos_iommu_iova_to_phys,
|
/openbmc/linux/include/linux/ |
H A D | io-pgtable.h | 167 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
H A D | iommu.h | 354 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 478 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 580 .iova_to_phys = qcom_iommu_iova_to_phys,
|
H A D | arm-smmu.c | 1277 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() 1591 .iova_to_phys = arm_smmu_iova_to_phys,
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | io_pgtable_v2.c | 396 pgtable->iop.ops.iova_to_phys = iommu_v2_iova_to_phys; in v2_alloc_pgtable()
|
H A D | io_pgtable.c | 529 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
|
/openbmc/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 369 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | selftest.c | 335 .iova_to_phys = mock_domain_iova_to_phys,
|