Lines Matching refs:old_memmap
151 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument
175 for (old = old_memmap->map, new = buf; in efi_memmap_insert()
176 old < old_memmap->map_end; in efi_memmap_insert()
177 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert()
180 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
195 new += old_memmap->desc_size; in efi_memmap_insert()
196 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
208 new += old_memmap->desc_size; in efi_memmap_insert()
209 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
216 new += old_memmap->desc_size; in efi_memmap_insert()
217 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
230 new += old_memmap->desc_size; in efi_memmap_insert()
231 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()