Searched refs:old_memmap (Results 1 – 1 of 1) sorted by relevance
/drivers/firmware/efi/ |
D | memmap.c | 290 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument 314 for (old = old_memmap->map, new = buf; in efi_memmap_insert() 315 old < old_memmap->map_end; in efi_memmap_insert() 316 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert() 319 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert() 334 new += old_memmap->desc_size; in efi_memmap_insert() 335 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert() 347 new += old_memmap->desc_size; in efi_memmap_insert() 348 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert() 355 new += old_memmap->desc_size; in efi_memmap_insert() [all …]
|