Home
last modified time | relevance | path

Searched refs:map_size (Results 1 – 4 of 4) sorted by relevance

/misc/efi-stub/
A Dmalloc.c55 msize = mmap_info.map_size; in emalloc_reserved_aligned()
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()
129 map_end = (UINTN)map_buf + map_size; in dump_e820()
A Dboot.c48 UINTN map_size, map_key; in get_efi_memmap() local
55 map_size = 0; in get_efi_memmap()
56 err = get_memory_map(&map_size, NULL, NULL, &desc_size, NULL); in get_efi_memmap()
61 mi->map_size = map_size; in get_efi_memmap()
67 err = allocate_pool(EfiLoaderData, map_size, (void **) &map_buf); in get_efi_memmap()
77 err = get_memory_map(&map_size, map_buf, &map_key, in get_efi_memmap()
94 mi->map_size = map_size; in get_efi_memmap()
197 err = get_memory_map(&mmap_info->map_size, mmap_info->mmap, in terminate_boot_services()
227 uint32_t mmap_entry_count = mmap_info->map_size / mmap_info->desc_size; in fill_e820()
397 uint32_t mmap_entry_count = mmap_info->map_size / mmap_info->desc_size; in get_mbi2_size()
[all …]
A Defilinux.h283 UINTN *map_size, UINTN *map_key,
A Dboot.h105 UINTN map_size; member

Completed in 7 milliseconds