Lines Matching full:cma
689 depends on (NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE || COMPACTION || CMA) && MMU
718 def_bool (MEMORY_ISOLATION && COMPACTION) || CMA
919 config CMA config
927 CMA reserves a region of memory and allows only movable pages to
935 bool "CMA debug messages (DEVELOPMENT)"
936 depends on DEBUG_KERNEL && CMA
938 Turns on debug messages in CMA. This produces KERN_DEBUG
939 messages for every CMA call as well as various messages while
944 bool "CMA debugfs interface"
945 depends on CMA && DEBUG_FS
947 Turns on the DebugFS interface for CMA.
950 bool "CMA information through sysfs interface"
951 depends on CMA && SYSFS
954 from CMA.
957 int "Maximum count of the CMA areas"
958 depends on CMA
962 CMA allows to create CMA areas for particular purpose, mainly,
964 number of CMA area in the system.