Searched refs:old_memmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | memmap.c | 144 * @old_memmap: The existing EFI memory map structure 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 in efi_memmap_insert() [all...] |
H A D | efi.c | 563 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument 574 if (!old_memmap) in realloc_pages() 577 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages() 580 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | memmap.c | 283 * @old_memmap: The existing EFI memory map structure 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 in efi_memmap_insert() [all...] |
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi.c | 532 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument 543 if (!old_memmap) in realloc_pages() 546 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages() 549 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | efi.h | 418 extern void __init efi_memmap_insert(struct efi_memory_map *old_memmap,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | efi.h | 656 extern void __init efi_memmap_insert(struct efi_memory_map *old_memmap,
|
Completed in 11 milliseconds