Searched refs:dma_release_from_contiguous (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | dma-contiguous.h | 113 bool dma_release_from_contiguous(struct device *dev, struct page *pages, 153 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
|
| /Linux-v5.4/arch/xtensa/kernel/ |
| D | pci-dma.c | 174 if (!dma_release_from_contiguous(dev, page, count)) in arch_dma_alloc() 200 if (!dma_release_from_contiguous(dev, page, count)) in arch_dma_free()
|
| /Linux-v5.4/kernel/dma/ |
| D | contiguous.c | 211 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
|
| D | remap.c | 167 if (!dma_release_from_contiguous(NULL, page, nr_pages)) in dma_atomic_pool_init()
|
| /Linux-v5.4/arch/arm/mm/ |
| D | dma-mapping.c | 567 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous() 589 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous() 1334 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
|
| /Linux-v5.4/drivers/iommu/ |
| D | amd_iommu.c | 2749 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in alloc_coherent() 2778 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in free_coherent()
|
| D | intel-iommu.c | 3674 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent() 3693 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()
|