Home
last modified time | relevance | path

Searched refs:iova_to_phys (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h222 * @iova_to_phys: translate iova to physical address
278 phys_addr_t (*iova_to_phys)(struct iommu_domain *domain, dma_addr_t iova); member
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Drockchip-iommu.c1694 .iova_to_phys = rk_iommu_iova_to_phys,
1711 .iova_to_phys = rk_iommu_iova_to_phys_v2,
H A Diommu.c2390 if (unlikely(domain->ops->iova_to_phys == NULL)) { in iommu_iova_to_phys()
2394 return domain->ops->iova_to_phys(domain, iova); in iommu_iova_to_phys()

Completed in 9 milliseconds