Home
last modified time | relevance | path

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

12

/linux/drivers/iommu/
H A Dio-pgtable-arm-selftests.c75 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests()
78 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests()
81 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests()
103 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
117 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests()
125 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
H A 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()
H A Dipmmu-vmsa.c709 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys()
895 .iova_to_phys = ipmmu_iova_to_phys,
H A Dfsl_pamu_domain.c438 .iova_to_phys = fsl_pamu_iova_to_phys,
H A Dio-pgtable-dart.c402 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
H A Dsprd-iommu.c423 .iova_to_phys = sprd_iommu_iova_to_phys,
H A Dapple-dart.c540 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys()
1021 .iova_to_phys = apple_dart_iova_to_phys,
H A Dmtk_iommu_v1.c593 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
H A Dmsm_iommu.c709 .iova_to_phys = msm_iommu_iova_to_phys,
H A Dmtk_iommu.c867 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys()
1073 .iova_to_phys = mtk_iommu_iova_to_phys,
H A Dsun50i-iommu.c860 .iova_to_phys = sun50i_iommu_iova_to_phys,
H A Ds390-iommu.c1186 .iova_to_phys = s390_iommu_iova_to_phys, \
H A Dvirtio-iommu.c1105 .iova_to_phys = viommu_iova_to_phys,
H A Dtegra-smmu.c1010 .iova_to_phys = tegra_smmu_iova_to_phys,
H A Dio-pgtable-arm.c950 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable()
H A Drockchip-iommu.c1190 .iova_to_phys = rk_iommu_iova_to_phys,
H A Dexynos-iommu.c1487 .iova_to_phys = exynos_iommu_iova_to_phys,
H A Domap-iommu.c1726 .iova_to_phys = omap_iommu_iova_to_phys,
/linux/include/linux/
H A Dio-pgtable.h221 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
H A Diommu.h777 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, member
/linux/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c504 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys()
605 .iova_to_phys = qcom_iommu_iova_to_phys,
H A Darm-smmu-qcom-debug.c418 phys_soft = ops->iova_to_phys(ops, cfi.iova); in qcom_smmu_context_fault()
H A Darm-smmu.c1369 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard()
1400 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys()
1655 .iova_to_phys = arm_smmu_iova_to_phys,
/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h181 phys_addr_t DOMAIN_NS(iova_to_phys)(struct iommu_domain *domain, in DOMAIN_NS() argument
200 EXPORT_SYMBOL_NS_GPL(DOMAIN_NS(iova_to_phys), "GENERIC_PT_IOMMU");
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c517 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()

12