Searched refs:old_memmap (Results 1 – 1 of 1) sorted by relevance
687 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument698 if (!old_memmap) in realloc_pages()701 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()704 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()