Lines Matching refs:old_memmap
254 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument
278 for (old = old_memmap->map, new = buf; in efi_memmap_insert()
279 old < old_memmap->map_end; in efi_memmap_insert()
280 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert()
283 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
298 new += old_memmap->desc_size; in efi_memmap_insert()
299 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
311 new += old_memmap->desc_size; in efi_memmap_insert()
312 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
319 new += old_memmap->desc_size; in efi_memmap_insert()
320 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
333 new += old_memmap->desc_size; in efi_memmap_insert()
334 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()