Searched refs:iova_to_phys (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/iommu/ |
D | io-pgtable-arm.c | 652 .iova_to_phys = arm_lpae_iova_to_phys, in arm_lpae_alloc_pgtable() 956 if (ops->iova_to_phys(ops, 42)) in arm_lpae_run_tests() 959 if (ops->iova_to_phys(ops, SZ_1G + 42)) in arm_lpae_run_tests() 962 if (ops->iova_to_phys(ops, SZ_2G + 42)) in arm_lpae_run_tests() 984 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests() 1001 if (ops->iova_to_phys(ops, SZ_1G + size + 42) != (size + 42)) in arm_lpae_run_tests() 1013 if (ops->iova_to_phys(ops, iova + 42)) in arm_lpae_run_tests() 1020 if (ops->iova_to_phys(ops, iova + 42) != (iova + 42)) in arm_lpae_run_tests()
|
D | io-pgtable.h | 86 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, member
|
D | ipmmu-vmsa.c | 568 return domain->iop->iova_to_phys(domain->iop, iova); in ipmmu_iova_to_phys() 743 .iova_to_phys = ipmmu_iova_to_phys,
|
D | s390-iommu.c | 346 .iova_to_phys = s390_iommu_iova_to_phys,
|
D | shmobile-iommu.c | 372 .iova_to_phys = shmobile_iommu_iova_to_phys,
|
D | tegra-gart.c | 346 .iova_to_phys = gart_iommu_iova_to_phys,
|
D | arm-smmu.c | 1230 return ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys_hard() 1261 ret = ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1447 .iova_to_phys = arm_smmu_iova_to_phys,
|
D | iommu.c | 1273 if (unlikely(domain->ops->iova_to_phys == NULL)) in iommu_iova_to_phys() 1276 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()
|
D | msm_iommu.c | 683 .iova_to_phys = msm_iommu_iova_to_phys,
|
D | rockchip-iommu.c | 982 .iova_to_phys = rk_iommu_iova_to_phys,
|
D | fsl_pamu_domain.c | 1060 .iova_to_phys = fsl_pamu_iova_to_phys,
|
D | tegra-smmu.c | 746 .iova_to_phys = tegra_smmu_iova_to_phys,
|
D | exynos-iommu.c | 1184 .iova_to_phys = exynos_iommu_iova_to_phys,
|
D | omap-iommu.c | 1286 .iova_to_phys = omap_iommu_iova_to_phys,
|
D | arm-smmu-v3.c | 1732 ret = ops->iova_to_phys(ops, iova); in arm_smmu_iova_to_phys() 1922 .iova_to_phys = arm_smmu_iova_to_phys,
|
D | amd_iommu.c | 3167 .iova_to_phys = amd_iommu_iova_to_phys,
|
D | intel-iommu.c | 5108 .iova_to_phys = intel_iommu_iova_to_phys,
|
/linux-4.4.14/include/linux/ |
D | iommu.h | 168 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
|