Home
last modified time | relevance | path

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

/linux/arch/x86/platform/efi/
H A Defi.c538 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument
549 if (!old_memmap) in realloc_pages()
552 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()
555 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
/linux/arch/x86/include/asm/
H A Defi.h402 extern void __init efi_memmap_insert(struct efi_memory_map *old_memmap,