Searched refs:memmap_size (Results 1 – 1 of 1) sorted by relevance
677 unsigned long memmap_size = sizeof(struct page) * PAGES_PER_SECTION; in populate_section_memmap() local679 page = alloc_pages(GFP_KERNEL|__GFP_NOWARN, get_order(memmap_size)); in populate_section_memmap()683 ret = vmalloc(memmap_size); in populate_section_memmap()