Searched refs:cma (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h267 int cma; member in struct:kvm_hpt_info
/linux-master/arch/powerpc/kernel/
H A Dfadump.c25 #include <linux/cma.h>
68 static struct cma *fadump_cma;
106 pr_err("Failed to init cma area for firmware-assisted dump,%d\n", rc);
123 * So we now have successfully initialized cma area for fadump.
125 pr_info("Initialized 0x%lx bytes cma area at %ldMB from 0x%lx "
/linux-master/include/linux/
H A Ddevice.h756 struct cma *cma_area; /* contiguous memory area for dma
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1180 reg->bus.is_iomem = !drm->agp.cma;
/linux-master/mm/
H A Dmm_init.c28 #include <linux/cma.h>
2739 pr_info("Memory: %luK/%luK available (%luK kernel code, %luK rwdata, %luK rodata, %luK init, %luK bss, %luK reserved, %luK cma-reserved"
H A Dhugetlb.c32 #include <linux/cma.h>
57 static struct cma *hugetlb_cma[MAX_NUMNODES];
1551 * If the page isn't allocated using the cma allocator,
2101 * Gigantic 'page allocators' such as memblock or cma will
7817 pr_warn("hugetlb_cma: cma area of node %d should be at least %lu MiB\n",
7831 pr_warn("hugetlb_cma: cma area should be at least %lu MiB\n",
7890 * cma are possible. Set to zero if no cma regions are set up.

Completed in 151 milliseconds

12