Lines Matching full:cma
262 depends on (NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE || COMPACTION || CMA) && MMU
278 def_bool (MEMORY_ISOLATION && COMPACTION) || CMA
486 config CMA config
494 CMA reserves a region of memory and allows only movable pages to
502 bool "CMA debug messages (DEVELOPMENT)"
503 depends on DEBUG_KERNEL && CMA
505 Turns on debug messages in CMA. This produces KERN_DEBUG
506 messages for every CMA call as well as various messages while
511 bool "CMA debugfs interface"
512 depends on CMA && DEBUG_FS
514 Turns on the DebugFS interface for CMA.
517 int "Maximum count of the CMA areas"
518 depends on CMA
522 CMA allows to create CMA areas for particular purpose, mainly,
524 number of CMA area in the system.