Searched refs:old_memmap (Results 1 – 1 of 1) sorted by relevance
532 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument543 if (!old_memmap) in realloc_pages()546 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()549 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()