offline_mem_sections
void offline_mem_sections(unsigned long start_pfn, unsigned long end_pfn);
offline_mem_sections(pfn, ALIGN_DOWN(end_pfn, PAGES_PER_SECTION));
offline_mem_sections(pfn, end_pfn);