Searched refs:map_key (Results 1 – 4 of 4) sorted by relevance
| /misc/efi-stub/ |
| A D | malloc.c | 116 UINTN map_size, map_key, desc_size; in dump_e820() local 123 err = memory_map(&map_buf, &map_size, &map_key, in dump_e820()
|
| A D | boot.c | 48 UINTN map_size, map_key; in get_efi_memmap() local 77 err = get_memory_map(&map_size, map_buf, &map_key, in get_efi_memmap() 95 mi->map_key = map_key; in get_efi_memmap() 187 err = exit_boot_services(image, mmap_info->map_key); in terminate_boot_services() 198 &mmap_info->map_key, &mmap_info->desc_size, &mmap_info->desc_version); in terminate_boot_services() 202 err = exit_boot_services(image, mmap_info->map_key); in terminate_boot_services()
|
| A D | efilinux.h | 283 UINTN *map_size, UINTN *map_key,
|
| A D | boot.h | 106 UINTN map_key; member
|
Completed in 10 milliseconds