Searched refs:map_key (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_memory.c | 101 efi_uintn_t map_key; in execute() local 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 | 34 efi_uintn_t map_key; in efi_st_exit_boot_services() local 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() 61 ret = boottime->exit_boot_services(handle, map_key); in efi_st_exit_boot_services()
|
| /openbmc/qemu/include/hw/loongarch/ |
| H A D | boot.h | 89 uint64_t map_key; member
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_memory.c | 503 efi_uintn_t *map_key, in efi_get_memory_map() argument 547 if (map_key) in efi_get_memory_map() 548 *map_key = efi_memory_map_key; in efi_get_memory_map()
|
| H A D | efi_boottime.c | 365 efi_uintn_t *map_key, in efi_get_memory_map_ext() argument 372 map_key, descriptor_size, descriptor_version); in efi_get_memory_map_ext() 373 r = efi_get_memory_map(memory_map_size, memory_map, map_key, in efi_get_memory_map_ext() 1925 unsigned long map_key) in efi_exit_boot_services() argument 1929 EFI_ENTRY("%p, %ld", image_handle, map_key); in efi_exit_boot_services() 1932 if (map_key != efi_memory_map_key) in efi_exit_boot_services()
|
| /openbmc/u-boot/include/ |
| H A D | efi_loader.h | 386 efi_uintn_t *map_key,
|