Searched refs:iommu_map_atomic (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 448 extern int iommu_map_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot); 687 static inline int iommu_map_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, in iommu_map_atomic() function
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 2550 int iommu_map_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot)
in iommu_map_atomic() function 2554 EXPORT_SYMBOL_GPL(iommu_map_atomic);
variable
|
H A D | dma-iommu.c | 563 if (iommu_map_atomic(domain, iova, phys - iova_off, size, prot)) { in iommu_dma_map_ext()
|
Completed in 9 milliseconds