Searched refs:iova_to_phys (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/iommu/ |
D | io-pgtable-arm-v7s.c | 738 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 853 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 856 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 859 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 879 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 898 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 912 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 919 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
D | io-pgtable-arm.c | 763 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1082 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1085 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1088 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1109 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1124 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1135 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1142 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
D | io-pgtable.h | 124 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
D | mtk_iommu.c | 409 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 500 .iova_to_phys = mtk_iommu_iova_to_phys,
|
D | s390-iommu.c | 374 .iova_to_phys = s390_iommu_iova_to_phys,
|
D | ipmmu-vmsa.c | 741 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 900 .iova_to_phys = ipmmu_iova_to_phys,
|
D | qcom_iommu.c | 479 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 595 .iova_to_phys = qcom_iommu_iova_to_phys,
|
D | tegra-gart.c | 381 .iova_to_phys = gart_iommu_iova_to_phys,
|
D | arm-smmu.c | 1292 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1322 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1567 .iova_to_phys = arm_smmu_iova_to_phys,
|
D | mtk_iommu_v1.c | 534 .iova_to_phys = mtk_iommu_iova_to_phys,
|
D | iommu.c | 1506 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys() 1509 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
D | msm_iommu.c | 705 .iova_to_phys = msm_iommu_iova_to_phys,
|
D | fsl_pamu_domain.c | 1063 .iova_to_phys = fsl_pamu_iova_to_phys,
|
D | tegra-smmu.c | 879 .iova_to_phys = tegra_smmu_iova_to_phys,
|
D | rockchip-iommu.c | 1124 .iova_to_phys = rk_iommu_iova_to_phys,
|
D | arm-smmu-v3.c | 1794 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 2004 .iova_to_phys = arm_smmu_iova_to_phys,
|
D | exynos-iommu.c | 1335 .iova_to_phys = exynos_iommu_iova_to_phys,
|
D | omap-iommu.c | 1551 .iova_to_phys = omap_iommu_iova_to_phys,
|
D | amd_iommu.c | 3191 .iova_to_phys = amd_iommu_iova_to_phys,
|
D | intel-iommu.c | 5365 .iova_to_phys = intel_iommu_iova_to_phys,
|
/Linux-v4.19/include/linux/ |
D | iommu.h | 206 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|