Home
last modified time | relevance | path

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

12

/linux-6.14.4/drivers/iommu/
Dio-pgtable-arm-v7s.c716 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable()
840 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests()
843 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests()
846 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests()
867 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
881 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests()
889 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
Dio-pgtable-arm.c952 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable()
1343 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests()
1346 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests()
1349 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests()
1371 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
1385 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests()
1393 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
Dipmmu-vmsa.c708 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys()
893 .iova_to_phys = ipmmu_iova_to_phys,
Dfsl_pamu_domain.c438 .iova_to_phys = fsl_pamu_iova_to_phys,
Dio-pgtable-dart.c385 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
Dsprd-iommu.c421 .iova_to_phys = sprd_iommu_iova_to_phys,
Dapple-dart.c526 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys()
998 .iova_to_phys = apple_dart_iova_to_phys,
Dmtk_iommu_v1.c588 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
Ds390-iommu.c813 .iova_to_phys = s390_iommu_iova_to_phys,
Dmtk_iommu.c855 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys()
1031 .iova_to_phys = mtk_iommu_iova_to_phys,
Dmsm_iommu.c709 .iova_to_phys = msm_iommu_iova_to_phys,
Dsun50i-iommu.c855 .iova_to_phys = sun50i_iommu_iova_to_phys,
Dtegra-smmu.c1006 .iova_to_phys = tegra_smmu_iova_to_phys,
Dvirtio-iommu.c1076 .iova_to_phys = viommu_iova_to_phys,
Drockchip-iommu.c1178 .iova_to_phys = rk_iommu_iova_to_phys,
Dexynos-iommu.c1486 .iova_to_phys = exynos_iommu_iova_to_phys,
/linux-6.14.4/include/linux/
Dio-pgtable.h210 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
Diommu.h720 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
/linux-6.14.4/drivers/iommu/arm/arm-smmu/
Dqcom_iommu.c504 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys()
608 .iova_to_phys = qcom_iommu_iova_to_phys,
Darm-smmu-qcom-debug.c412 phys_soft = ops->iova_to_phys(ops, cfi.iova); in qcom_smmu_context_fault()
Darm-smmu.c1356 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard()
1387 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
1644 .iova_to_phys = arm_smmu_iova_to_phys,
/linux-6.14.4/drivers/iommu/amd/
Dio_pgtable_v2.c358 pgtable->pgtbl.ops.iova_to_phys = iommu_v2_iova_to_phys; in v2_alloc_pgtable()
Dio_pgtable.c562 pgtable->pgtbl.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
/linux-6.14.4/drivers/gpu/drm/panfrost/
Dpanfrost_mmu.c371 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
/linux-6.14.4/drivers/iommu/riscv/
Diommu.c1351 .iova_to_phys = riscv_iommu_iova_to_phys,

12