efi_map_header
struct efi_map_header *efihdr;
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
struct efi_map_header *efihdr;
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
efihdr = (struct efi_map_header *)(uintptr_t)addr;
void foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp);
void print_efi_map(struct efi_map_header *efihdr);
roundup2(sizeof(struct efi_map_header), 16) - fp->f_addr;
trampoline_data->memmap_len = efi_map_size - roundup2(sizeof(struct efi_map_header), 16);
roundup2(sizeof(struct efi_map_header), 16); /* Skip header */
trampoline_data->memmap_len = efi_map_size - roundup2(sizeof(struct efi_map_header), 16);
efi_map_hdr = (struct efi_map_header *)buf;
struct efi_map_header *efi_map_hdr;
foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp)
efisz = roundup2(sizeof(struct efi_map_header), 16);
print_efi_map(struct efi_map_header *efihdr)
efi_map_hdr = (struct efi_map_header *)buf;
struct efi_map_header *efihdr;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap,
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
struct efi_map_header *efihdr;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
struct efi_map_header *efihdr;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
struct efi_map_header;
void arm_add_efi_map_entries(struct efi_map_header *efihdr,
static struct efi_map_header *efihdr;
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
struct efi_map_header *efihdr;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
efi_map_add_entries(struct efi_map_header *efihdr)
efi_map_exclude_entries(struct efi_map_header *efihdr)
efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp)
efi_map_print_entries(struct efi_map_header *efihdr)
efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
struct efi_map_header *efihdr;
efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp,
struct efi_map_header;
void efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb,
void efi_map_add_entries(struct efi_map_header *efihdr);
void efi_map_exclude_entries(struct efi_map_header *efihdr);
void efi_map_print_entries(struct efi_map_header *efihdr);