Home
last modified time | relevance | path

Searched refs:cma_alloc (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/s390/char/
H A Dvmcp.c34 unsigned int cma_alloc : 1; member
74 page = cma_alloc(vmcp_cma, nr_pages, 0, false); in vmcp_response_alloc()
77 session->cma_alloc = 1; in vmcp_response_alloc()
92 if (session->cma_alloc) { in vmcp_response_free()
95 session->cma_alloc = 0; in vmcp_response_free()
/linux-6.15/kernel/dma/
H A Dcontiguous.c309 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous()
332 return cma_alloc(cma, size >> PAGE_SHIFT, align, gfp & __GFP_NOWARN); in cma_alloc_aligned()
/linux-6.15/include/linux/
H A Dcma.h50 extern struct page *cma_alloc(struct cma *cma, unsigned long count, unsigned int align,
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux-6.15/mm/
H A Dcma_debug.c146 p = cma_alloc(cma, count, 0, false); in cma_alloc_mem()
H A Dcma.c916 struct page *cma_alloc(struct cma *cma, unsigned long count, in cma_alloc() function
/linux-6.15/drivers/dma-buf/heaps/
H A Dcma_heap.c302 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c62 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
/linux-6.15/Documentation/core-api/
H A Dmemory-allocation.rst12 for instance `cma_alloc` or `zs_malloc`.