From mboxrd@z Thu Jan 1 00:00:00 1970 From: ronit.linux@gmail.com (Ronit Halder) Date: Sun, 13 Mar 2016 09:02:56 +0530 Subject: Contiguous memory allocator Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org What is the difference between function cma_init_reserved_mem() and cma_declare_contiguous()? If I am trying to allocate new CMA area at boot time, How to do that? regards, Ronit