Home
last modified time | relevance | path

Searched refs:get_memory_map (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/firmware/efi/libstub/
Dmem.c31 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()
Defi-stub.c287 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
Defistub.h233 efi_status_t (__efiapi *get_memory_map)(unsigned long *, void *,
305 u32 get_memory_map; member
Defi-stub-helper.c554 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
Dx86-stub.c690 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()