Lines Matching full:coherent
3 * Coherent per-device memory handling.
102 * is asked for coherent memory for this device. This shall only be used
160 * Memory was found in the coherent area. in __dma_alloc_from_coherent()
174 * dma_alloc_from_dev_coherent() - allocate memory from device coherent pool
182 * to support allocation from per-device coherent memory pools.
216 * dma_release_from_dev_coherent() - free memory to device coherent memory pool
222 * coherent memory pool and if so, releases that memory.
257 * dma_mmap_from_dev_coherent() - mmap memory from the device coherent pool
265 * coherent memory pool and if so, maps that memory to the provided vma.
267 * Returns 1 if @vaddr belongs to the device coherent pool and the caller
319 pr_info("DMA: default coherent area is set\n"); in dma_init_global_coherent()
381 "Reserved memory: region for default DMA coherent area is redefined\n"); in rmem_dma_setup()