Searched refs:iommu_dma_alloc_remap (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | dma-iommu.c | 639 * iommu_dma_alloc_remap - Allocate and map a buffer contiguous in IOVA space 653 static void *iommu_dma_alloc_remap(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp, pgprot_t prot, in iommu_dma_alloc_remap() function 1043 * or highmem CMA, or an iommu_dma_alloc_remap() construction. in iommu_dma_free_ext() 1118 return iommu_dma_alloc_remap(dev, size, handle, gfp, dma_pgprot(dev, PAGE_KERNEL, attrs), attrs); in iommu_dma_alloc() 1153 return iommu_dma_alloc_remap(dev, size, handle, gfp | __GFP_ZERO, PAGE_KERNEL, 0); in iommu_dma_alloc_noncoherent()
|
Completed in 3 milliseconds