Searched refs:old_memmap (Results 1 – 2 of 2) sorted by relevance
155 * @old_memmap: The existing EFI memory map structure162 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument 186 for (old = old_memmap->map, new = buf; in efi_memmap_insert() 187 old < old_memmap->map_end; in efi_memmap_insert() 188 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert() 191 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert() 206 new += old_memmap->desc_size; in efi_memmap_insert() 207 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert() 219 new += old_memmap in efi_memmap_insert() [all...]
401 extern void __init efi_memmap_insert(struct efi_memory_map *old_memmap,