Searched refs:get_memory_map (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | mem.c | 31 status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key, in efi_get_memory_map() 55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
|
A D | efi-stub.c | 217 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
|
A D | efistub.h | 260 efi_status_t (__efiapi *get_memory_map)(unsigned long *, void *, 332 u32 get_memory_map; member
|
A D | efi-stub-helper.c | 411 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
|
A D | x86-stub.c | 690 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()
|
Completed in 13 milliseconds