Searched refs:get_memory_map (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H 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()
|
H A D | efi-stub.c | 212 status = efi_bs_call(get_memory_map, &size, NULL, &mmap_key, desc_size, in efi_alloc_virtmap()
|
H A D | efistub.h | 261 efi_status_t (__efiapi *get_memory_map)(unsigned long *, void *, 333 u32 get_memory_map; member
|
H A D | efi-stub-helper.c | 421 status = efi_bs_call(get_memory_map, in efi_exit_boot_services()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_memory.c | 124 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in execute() 139 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in execute()
|
H A D | efi_selftest.c | 40 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in efi_st_exit_boot_services() 55 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in efi_st_exit_boot_services()
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_stub.c | 301 ret = boot->get_memory_map(&size, NULL, &key, &desc_size, &version); in efi_main() 332 ret = boot->get_memory_map(&size, desc, &key, &desc_size, &version); in efi_main() 353 ret = boot->get_memory_map(&size, desc, &key, &desc_size, in efi_main()
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 419 ret = EFI_CALL(BS->get_memory_map(&map_size, memmap, NULL, NULL, NULL)); in do_efi_show_memmap() 426 ret = EFI_CALL(BS->get_memory_map(&map_size, memmap, in do_efi_show_memmap()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 70 efi_status_t (EFIAPI *get_memory_map)(efi_uintn_t *memory_map_size,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3152 .get_memory_map = efi_get_memory_map_ext,
|