Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h456 extern phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova);
734 static inline phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) in iommu_iova_to_phys() function
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c754 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
767 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
H A Diommu.c761 phys_addr = iommu_iova_to_phys(domain, addr); in iommu_create_device_direct_mappings()
2388 phys_addr_t iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) in iommu_iova_to_phys() function
2396 EXPORT_SYMBOL_GPL(iommu_iova_to_phys); variable

Completed in 9 milliseconds