Lines Matching full:contiguous
3 * Contiguous Memory Allocator for DMA mapping framework
9 * Contiguous Memory Allocator
11 * The Contiguous Memory Allocator (CMA) makes it possible to
12 * allocate big contiguous chunks of memory after the system has
18 * IO map support and require contiguous blocks of memory to
159 * dma_contiguous_reserve() - reserve area(s) for contiguous memory handling
211 * dma_contiguous_reserve_area() - reserve custom contiguous area
224 * If @fixed is true, reserve contiguous area at exactly @base. If false,
238 /* Architecture specific contiguous memory fixup. */ in dma_contiguous_reserve_area()
246 * dma_alloc_from_contiguous() - allocate pages from contiguous area
253 * device specific contiguous memory area if available or the default
273 * It returns false when provided pages do not belong to contiguous area and
290 * dma_alloc_contiguous() - allocate contiguous pages
295 * tries to use device specific contiguous memory area if available, or it
300 * global area as the addresses within one page are always contiguous, so
343 * cma_release returns false when provided pages do not belong to contiguous
429 /* Architecture specific contiguous memory fixup. */ in rmem_cma_setup()