Searched refs:cma_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/dma/ |
| H A D | contiguous.c | 319 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); 342 return cma_alloc(cma, size >> PAGE_SHIFT, align, gfp & __GFP_NOWARN);
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | memory-allocation.rst | 22 例如 `cma_alloc` 或 `zs_malloc` 。
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_builtin.c | 62 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
|
| /linux/Documentation/core-api/ |
| H A D | memory-allocation.rst | 12 for instance `cma_alloc` or `zs_malloc`.
|
| /linux/mm/ |
| H A D | cma.c | 927 struct page *cma_alloc(struct cma *cma, unsigned long count, in cma_alloc() function
|