Searched refs:iova_to_phys (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 504 ret = ops->iova_to_phys(ops, iova); in qcom_iommu_iova_to_phys() 608 .iova_to_phys = qcom_iommu_iova_to_phys,
|
H A D | arm-smmu.c | 1356 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/drivers/iommu/ |
H A D | ipmmu-vmsa.c | 708 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 893 .iova_to_phys = ipmmu_iova_to_phys,
|
H A D | fsl_pamu_domain.c | 438 .iova_to_phys = fsl_pamu_iova_to_phys,
|
H A D | io-pgtable-dart.c | 385 .iova_to_phys = dart_iova_to_phys, in dart_alloc_pgtable()
|
H A D | sprd-iommu.c | 421 .iova_to_phys = sprd_iommu_iova_to_phys,
|
H A D | apple-dart.c | 526 return ops->iova_to_phys(ops, iova); in apple_dart_iova_to_phys() 998 .iova_to_phys = apple_dart_iova_to_phys,
|
H A D | mtk_iommu_v1.c | 588 .iova_to_phys = mtk_iommu_v1_iova_to_phys,
|
H A D | mtk_iommu.c | 855 pa = dom->iop->iova_to_phys(dom->iop, iova); in mtk_iommu_iova_to_phys() 1031 .iova_to_phys = mtk_iommu_iova_to_phys,
|
H A D | msm_iommu.c | 709 .iova_to_phys = msm_iommu_iova_to_phys,
|
H A D | sun50i-iommu.c | 855 .iova_to_phys = sun50i_iommu_iova_to_phys,
|
H A D | tegra-smmu.c | 1006 .iova_to_phys = tegra_smmu_iova_to_phys,
|
H A D | virtio-iommu.c | 1076 .iova_to_phys = viommu_iova_to_phys,
|
H A D | exynos-iommu.c | 1486 .iova_to_phys = exynos_iommu_iova_to_phys,
|
H A D | omap-iommu.c | 1743 .iova_to_phys = omap_iommu_iova_to_phys,
|
H A D | iommu.c | 2357 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
/linux/drivers/gpu/drm/panfrost/ |
H A D | panfrost_mmu.c | 371 if (!bo->is_heap || ops->iova_to_phys(ops, iova)) { in panfrost_mmu_unmap()
|
/linux/drivers/iommu/amd/ |
H A D | iommu.c | 2768 return ops->iova_to_phys(ops, iova); in amd_iommu_iova_to_phys() 3039 .iova_to_phys = amd_iommu_iova_to_phys,
|
/linux/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.c | 3317 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 3654 .iova_to_phys = arm_smmu_iova_to_phys,
|
/linux/drivers/iommu/intel/ |
H A D | iommu.c | 4478 .iova_to_phys = intel_iommu_iova_to_phys,
|