Home
last modified time | relevance | path

Searched refs:old_memmap (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/platform/efi/
H A Dmemmap.c155 * @old_memmap: The existing EFI memory map structure
162 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() argument
186 for (old = old_memmap->map, new = buf; in efi_memmap_insert()
187 old < old_memmap->map_end; in efi_memmap_insert()
188 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert()
191 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
206 new += old_memmap->desc_size; in efi_memmap_insert()
207 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
219 new += old_memmap in efi_memmap_insert()
[all...]
/linux/arch/x86/include/asm/
H A Defi.h401 extern void __init efi_memmap_insert(struct efi_memory_map *old_memmap,