| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmcp.c | 33 unsigned int cma_alloc : 1; member 73 page = cma_alloc(vmcp_cma, nr_pages, 0, GFP_KERNEL); in vmcp_response_alloc() 76 session->cma_alloc = 1; in vmcp_response_alloc() 91 if (session->cma_alloc) { in vmcp_response_free() 94 session->cma_alloc = 0; in vmcp_response_free()
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | contiguous.c | 265 return cma_alloc(dev_get_cma_area(dev), count, align, GFP_KERNEL | in dma_alloc_from_contiguous() 289 return cma_alloc(cma, size >> PAGE_SHIFT, align, in cma_alloc_aligned()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cma.h | 56 extern struct page *cma_alloc(struct cma *cma, size_t count, unsigned int align,
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| H A D | ion_cma_heap.c | 41 pages = cma_alloc(cma_heap->cma, nr_pages, align, false); in ion_cma_allocate()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cma.c | 455 struct page *cma_alloc(struct cma *cma, size_t count, unsigned int align, in cma_alloc() function 612 EXPORT_SYMBOL_GPL(cma_alloc);
|
| H A D | cma_debug.c | 140 p = cma_alloc(cma, count, 0, GFP_KERNEL); in cma_alloc_mem()
|
| H A D | hugetlb.c | 1294 page = cma_alloc(hugetlb_cma[nid], nr_pages, in alloc_gigantic_page() 1306 page = cma_alloc(hugetlb_cma[node], nr_pages, in alloc_gigantic_page()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-cma-heap.c | 450 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in rk_cma_heap_allocate() 541 page = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in rk_cma_heap_allocate_pages()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 300 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in cma_heap_allocate()
|
| H A D | rk_cma_heap.c | 377 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in cma_heap_do_allocate()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_builtin.c | 76 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
|
| /OK3568_Linux_fs/kernel/drivers/media/common/videobuf2/ |
| H A D | videobuf2-cma-sg.c | 113 page = cma_alloc(dev_get_cma_area(buf->dev), buf->num_pages, in vb2_cma_sg_alloc_contiguous()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | memory-allocation.rst | 12 for instance `cma_alloc` or `zs_malloc`.
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_hikey960 | 461 cma_alloc
|
| H A D | abi_gki_aarch64_mtk | 164 cma_alloc 2731 cma_alloc
|
| H A D | abi_gki_aarch64_exynosauto | 44 cma_alloc
|
| H A D | abi_gki_aarch64_vivo | 167 cma_alloc
|
| H A D | abi_gki_aarch64_generic | 157 cma_alloc
|
| H A D | abi_gki_aarch64_exynos | 150 cma_alloc
|
| H A D | abi_gki_aarch64_imx | 1241 cma_alloc
|
| H A D | abi_gki_aarch64_qcom | 185 cma_alloc
|
| H A D | abi_gki_aarch64_rockchip | 120 cma_alloc
|
| H A D | abi_gki_aarch64_oplus | 212 cma_alloc
|
| H A D | abi_gki_aarch64_galaxy | 896 cma_alloc
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_memory.c | 243 page = cma_alloc(dma_contiguous_default_area, size >> PAGE_SHIFT, in md_register_memory_dump()
|