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