Searched refs:iommu_dma_alloc_remap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | dma-iommu.c | 570 * iommu_dma_alloc_remap - Allocate and map a buffer contiguous in IOVA space 584 static void *iommu_dma_alloc_remap(struct device *dev, size_t size, in iommu_dma_alloc_remap() function 963 * or highmem CMA, or an iommu_dma_alloc_remap() construction. in __iommu_dma_free() 1036 return iommu_dma_alloc_remap(dev, size, handle, gfp, in iommu_dma_alloc() 1072 return iommu_dma_alloc_remap(dev, size, handle, gfp | __GFP_ZERO, in iommu_dma_alloc_noncoherent()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | dma-iommu.c | 909 static void *iommu_dma_alloc_remap(struct device *dev, size_t size, in iommu_dma_alloc_remap() function 1439 * or highmem CMA, or an iommu_dma_alloc_remap() construction. in __iommu_dma_free() 1512 return iommu_dma_alloc_remap(dev, size, handle, gfp, in iommu_dma_alloc()
|
Completed in 5 milliseconds