Searched refs:dma_coherent_ok (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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 | 628 dma_coherent_ok); in swiotlb_alloc_tlb()
|
/openbmc/linux/include/linux/ |
H A D | dma-mapping.h | 421 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);
|