Lines Matching full:cma
599 depends on (NUMA || ARCH_ENABLE_MEMORY_HOTREMOVE || COMPACTION || CMA) && MMU
628 def_bool (MEMORY_ISOLATION && COMPACTION) || CMA
822 config CMA config
830 CMA reserves a region of memory and allows only movable pages to
838 bool "CMA debug messages (DEVELOPMENT)"
839 depends on DEBUG_KERNEL && CMA
841 Turns on debug messages in CMA. This produces KERN_DEBUG
842 messages for every CMA call as well as various messages while
847 bool "CMA debugfs interface"
848 depends on CMA && DEBUG_FS
850 Turns on the DebugFS interface for CMA.
853 bool "CMA information through sysfs interface"
854 depends on CMA && SYSFS
857 from CMA.
860 int "Maximum count of the CMA areas"
861 depends on CMA
865 CMA allows to create CMA areas for particular purpose, mainly,
867 number of CMA area in the system.