Searched refs:map_key (Results 1 – 7 of 7) sorted by relevance
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_memory.c | 106 efi_uintn_t map_key; in execute() local 129 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in execute() 144 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in execute()
|
| A D | efi_selftest_set_virtual_address_map.c | 81 efi_uintn_t map_key; in setup() local 96 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in setup() 111 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in setup()
|
| A D | efi_selftest.c | 35 efi_uintn_t map_key; in efi_st_exit_boot_services() local 44 ret = st_boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in efi_st_exit_boot_services() 59 ret = st_boottime->get_memory_map(&map_size, memory_map, &map_key, in efi_st_exit_boot_services() 65 ret = st_boottime->exit_boot_services(handle, map_key); in efi_st_exit_boot_services()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_memory.c | 726 efi_uintn_t *map_key, in efi_get_memory_map() argument 770 if (map_key) in efi_get_memory_map() 771 *map_key = efi_memory_map_key; in efi_get_memory_map()
|
| A D | efi_boottime.c | 438 efi_uintn_t *map_key, in efi_get_memory_map_ext() argument 445 map_key, descriptor_size, descriptor_version); in efi_get_memory_map_ext() 446 r = efi_get_memory_map(memory_map_size, memory_map, map_key, in efi_get_memory_map_ext() 2119 efi_uintn_t map_key) in efi_exit_boot_services() argument 2124 EFI_ENTRY("%p, %zx", image_handle, map_key); in efi_exit_boot_services() 2127 if (map_key != efi_memory_map_key) { in efi_exit_boot_services()
|
| /u-boot/include/ |
| A D | efi_loader.h | 749 efi_uintn_t *map_key,
|
| A D | efi_api.h | 137 efi_uintn_t map_key);
|
Completed in 26 milliseconds