Searched refs:get_memory_map (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/firmware/efi/libstub/ |
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()
|
D | efi-stub.c | 287 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
|
D | efistub.h | 233 efi_status_t (__efiapi *get_memory_map)(unsigned long *, void *, 305 u32 get_memory_map; member
|
D | efi-stub-helper.c | 554 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
|
D | x86-stub.c | 690 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()
|