Searched refs:dma_coherent_ok (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/dma/ |
| H A D | direct.c | 70 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size) in dma_coherent_ok() function 111 if (page && !dma_coherent_ok(dev, page_to_phys(page), size)) { in dma_direct_alloc_swiotlb() 134 if (dma_coherent_ok(dev, page_to_phys(page), size) && in __dma_direct_alloc_pages() 142 && !dma_coherent_ok(dev, page_to_phys(page), size)) { in __dma_direct_alloc_pages() 178 page = dma_alloc_from_pool(dev, size, &ret, gfp, dma_coherent_ok); in dma_direct_alloc_from_pool()
|
| H A D | swiotlb.c | 627 dma_coherent_ok); in swiotlb_alloc_tlb()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 602 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);
|