Searched refs:get_memory_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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 | 212 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
|
D | efistub.h | 261 efi_status_t (__efiapi *get_memory_map)(unsigned long *, void *, 333 u32 get_memory_map; member
|
D | efi-stub-helper.c | 463 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
|