Searched refs:iova_to_phys (Results 1 – 25 of 27) sorted by relevance
12
/linux/drivers/iommu/ |
A D | io-pgtable-arm-v7s.c | 812 .iova_to_phys = arm_v7s_iova_to_phys, in arm_v7s_alloc_pgtable() 931 if (ops->iova_to_phys(ops, 42)) in arm_v7s_do_selftests() 934 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_v7s_do_selftests() 937 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_v7s_do_selftests() 957 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests() 976 if (ops->iova_to_phys(ops, iova_start + size + 42) in arm_v7s_do_selftests() 990 if (ops->iova_to_phys(ops, iova + 42)) in arm_v7s_do_selftests() 997 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_v7s_do_selftests()
|
A D | io-pgtable-arm.c | 818 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 1259 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 1262 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 1265 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 1286 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1301 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1312 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1319 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
A D | s390-iommu.c | 371 .iova_to_phys = s390_iommu_iova_to_phys,
|
A D | tegra-gart.c | 289 .iova_to_phys = gart_iommu_iova_to_phys,
|
A D | apple-dart.c | 354 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys() 776 .iova_to_phys = apple_dart_iova_to_phys,
|
A D | ipmmu-vmsa.c | 703 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 878 .iova_to_phys = ipmmu_iova_to_phys,
|
A D | fsl_pamu_domain.c | 459 .iova_to_phys = fsl_pamu_iova_to_phys,
|
A D | mtk_iommu.c | 552 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 669 .iova_to_phys = mtk_iommu_iova_to_phys,
|
A D | sprd-iommu.c | 426 .iova_to_phys = sprd_iommu_iova_to_phys,
|
A D | mtk_iommu_v1.c | 522 .iova_to_phys = mtk_iommu_iova_to_phys,
|
A D | sun50i-iommu.c | 770 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
A D | msm_iommu.c | 690 .iova_to_phys = msm_iommu_iova_to_phys,
|
A D | virtio-iommu.c | 941 .iova_to_phys = viommu_iova_to_phys,
|
A D | tegra-smmu.c | 980 .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 | 1317 .iova_to_phys = exynos_iommu_iova_to_phys,
|
A D | omap-iommu.c | 1742 .iova_to_phys = omap_iommu_iova_to_phys,
|
/linux/include/linux/ |
A D | io-pgtable.h | 166 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
A D | iommu.h | 266 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|
/linux/drivers/iommu/arm/arm-smmu/ |
A D | qcom_iommu.c | 490 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 600 .iova_to_phys = qcom_iommu_iova_to_phys,
|
A D | arm-smmu.c | 1299 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1330 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1592 .iova_to_phys = arm_smmu_iova_to_phys,
|
/linux/drivers/iommu/amd/ |
A D | io_pgtable.c | 549 pgtable->iop.ops.iova_to_phys = iommu_v1_iova_to_phys; in v1_alloc_pgtable()
|
A D | iommu.c | 2147 return ops->iova_to_phys(ops, iova); in amd_iommu_iova_to_phys() 2278 .iova_to_phys = amd_iommu_iova_to_phys,
|
/linux/drivers/gpu/drm/panfrost/ |
A D | panfrost_mmu.c | 349 if (ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
A D | arm-smmu-v3.c | 2515 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 2850 .iova_to_phys = arm_smmu_iova_to_phys,
|
Completed in 76 milliseconds
12