Searched refs:GetMemoryMap (Results 1 – 5 of 5) sorted by relevance
/DragonStub/apps/ |
H A D | mem.c | 28 status = efi_bs_call(GetMemoryMap, &tmp.map_size, NULL, &tmp.map_key, in efi_get_memory_map() 52 status = efi_bs_call(GetMemoryMap, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
|
H A D | stub.c | 195 status = efi_bs_call(GetMemoryMap, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
|
H A D | helper.c | 400 status = efi_bs_call(GetMemoryMap, &map->map_size, &map->map, in efi_exit_boot_services()
|
/DragonStub/lib/ |
H A D | misc.c | 228 …Status = uefi_call_wrapper(BS->GetMemoryMap, 5, &BufferSize, Buffer, MapKey, DescriptorSize, Descr… in LibMemoryMap()
|
/DragonStub/inc/ |
H A D | efiapi.h | 875 EFI_GET_MEMORY_MAP GetMemoryMap; member
|