Lines Matching refs:old_memmap
257 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument
281 for (old = old_memmap->map, new = buf; in efi_memmap_insert()
282 old < old_memmap->map_end; in efi_memmap_insert()
283 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert()
286 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
301 new += old_memmap->desc_size; in efi_memmap_insert()
302 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
314 new += old_memmap->desc_size; in efi_memmap_insert()
315 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
322 new += old_memmap->desc_size; in efi_memmap_insert()
323 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
336 new += old_memmap->desc_size; in efi_memmap_insert()
337 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()