Searched refs:efi_memmap_insert (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | fake_mem.c | 59 efi_memmap_insert(&efi.memmap, new_memmap, efi_range); in efi_fake_range()
|
H A D | memmap.c | 282 * efi_memmap_insert - Insert a memory region in an EFI memmap 290 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() function
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | fake_mem.c | 62 efi_memmap_insert(&efi.memmap, new_memmap, efi_range); in efi_fake_range()
|
H A D | memmap.c | 143 * efi_memmap_insert - Insert a memory region in an EFI memmap 151 void __init efi_memmap_insert(struct efi_memory_map *old_memmap, void *buf, in efi_memmap_insert() function
|
H A D | quirks.c | 295 efi_memmap_insert(&efi.memmap, new, &mr); in efi_arch_mem_reserve()
|
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | quirks.c | 287 efi_memmap_insert(&efi.memmap, new, &mr); in efi_arch_mem_reserve()
|
/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 8 milliseconds