Lines Matching full:coherent
3 * Coherent per-device memory handling.
112 * is asked for coherent memory for this device. This shall only be used
162 * Memory was found in the coherent area. in __dma_alloc_from_coherent()
176 * dma_alloc_from_dev_coherent() - allocate memory from device coherent pool
184 * to support allocation from per-device coherent memory pools.
228 * dma_release_from_dev_coherent() - free memory to device coherent memory pool
234 * coherent memory pool and if so, releases that memory.
278 * dma_mmap_from_dev_coherent() - mmap memory from the device coherent pool
286 * coherent memory pool and if so, maps that memory to the provided vma.
288 * Returns 1 if @vaddr belongs to the device coherent pool and the caller
367 "Reserved memory: region for default DMA coherent area is redefined\n"); in rmem_dma_setup()
396 pr_info("DMA: default coherent area is set\n"); in dma_init_reserved_memory()