Searched refs:dma_coherent_ok (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | direct.c | 69 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size) in dma_coherent_ok() function 110 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in dma_direct_alloc_swiotlb() 133 if (!dma_coherent_ok(dev, page_to_phys(page), size) || in __dma_direct_alloc_pages() 142 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in __dma_direct_alloc_pages() 182 page = dma_alloc_from_pool(dev, size, &ret, gfp, dma_coherent_ok); in dma_direct_alloc_from_pool()
|
H A D | swiotlb.c | 624 dma_coherent_ok); in swiotlb_alloc_tlb()
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | direct.c | 68 static bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size) in dma_coherent_ok() function 90 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in __dma_direct_alloc_pages() 97 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in __dma_direct_alloc_pages() 126 page = dma_alloc_from_pool(dev, size, &ret, gfp, dma_coherent_ok); in dma_direct_alloc_from_pool()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-mapping.h | 421 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);
|
Completed in 6 milliseconds