Searched refs:iova_to_phys (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.3-rc2/drivers/iommu/ |
A D | io-pgtable-arm-v7s.c | 834 .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()
|
A D | io-pgtable-arm.c | 791 .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()
|
A D | tegra-gart.c | 280 .iova_to_phys = gart_iommu_iova_to_phys,
|
A D | fsl_pamu_domain.c | 458 .iova_to_phys = fsl_pamu_iova_to_phys,
|
A D | ipmmu-vmsa.c | 674 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 856 .iova_to_phys = ipmmu_iova_to_phys,
|
A D | s390-iommu.c | 446 .iova_to_phys = s390_iommu_iova_to_phys,
|
A D | io-pgtable-dart.c | 391 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
|
A D | sprd-iommu.c | 406 .iova_to_phys = sprd_iommu_iova_to_phys,
|
A D | apple-dart.c | 524 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys() 967 .iova_to_phys = apple_dart_iova_to_phys,
|
A D | mtk_iommu_v1.c | 594 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
|
A D | mtk_iommu.c | 767 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 946 .iova_to_phys = mtk_iommu_iova_to_phys,
|
A D | msm_iommu.c | 696 .iova_to_phys = msm_iommu_iova_to_phys,
|
A D | sun50i-iommu.c | 840 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
A D | virtio-iommu.c | 1034 .iova_to_phys = viommu_iova_to_phys,
|
A D | tegra-smmu.c | 976 .iova_to_phys = tegra_smmu_iova_to_phys,
|
A D | rockchip-iommu.c | 1197 .iova_to_phys = rk_iommu_iova_to_phys,
|
A D | exynos-iommu.c | 1492 .iova_to_phys = exynos_iommu_iova_to_phys,
|
/linux-6.3-rc2/include/linux/ |
A D | io-pgtable.h | 167 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
A D | iommu.h | 341 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
|
/linux-6.3-rc2/drivers/iommu/amd/ |
A D | io_pgtable_v2.c | 397 pgtable->iop.ops.iova_to_phys = iommu_v2_iova_to_phys; in v2_alloc_pgtable()
|
A D | io_pgtable.c | 529 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu/ |
A D | qcom_iommu.c | 465 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 568 .iova_to_phys = qcom_iommu_iova_to_phys,
|
A D | arm-smmu.c | 1279 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1310 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1581 .iova_to_phys = arm_smmu_iova_to_phys,
|
/linux-6.3-rc2/drivers/gpu/drm/panfrost/ |
A D | panfrost_mmu.c | 369 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
/linux-6.3-rc2/drivers/iommu/iommufd/ |
A D | selftest.c | 248 .iova_to_phys = mock_domain_iova_to_phys,
|
Completed in 55 milliseconds
12