Home
last modified time | relevance | path

Searched refs:dma_coherent_ok (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/dma/
H A Ddirect.c69 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 Dswiotlb.c628 dma_coherent_ok); in swiotlb_alloc_tlb()
/openbmc/linux/include/linux/
H A Ddma-mapping.h421 bool dma_coherent_ok(struct device *dev, phys_addr_t phys, size_t size);