Home
last modified time | relevance | path

Searched refs:old_shift (Results 1 – 1 of 1) sorted by relevance

/arch/x86/platform/efi/
Defi.c683 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument
687 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages()
697 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()
700 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()