Lines Matching full:new
84 * efi_memmap_install - Install a new EFI memory map in efi.memmap
89 * mapping function and installs the new memmap.
145 * @buf: Address of buffer to store new map
157 void *old, *new; in efi_memmap_insert() local
175 for (old = old_memmap->map, new = buf; 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()
181 md = new; 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()
197 md = new; 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()
210 md = new; 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()
218 md = new; 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()
232 md = new; in efi_memmap_insert()