Home
last modified time | relevance | path

Searched refs:efi_map_header (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/sys/
H A Defi_map.h13 struct efi_map_header;
17 void efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb,
20 void efi_map_add_entries(struct efi_map_header *efihdr);
21 void efi_map_exclude_entries(struct efi_map_header *efihdr);
22 void efi_map_print_entries(struct efi_map_header *efihdr);
/freebsd/sys/kern/
H A Dsubr_efi_map.c17 efi_map_foreach_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp) in efi_map_foreach_entry()
27 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in efi_map_foreach_entry()
103 efi_map_add_entries(struct efi_map_header *efihdr) in efi_map_add_entries()
110 efi_map_exclude_entries(struct efi_map_header *efihdr) in efi_map_exclude_entries()
172 efi_map_print_entries(struct efi_map_header *efihdr) in efi_map_print_entries()
/freebsd/stand/kboot/libkboot/
H A Defi.c16 struct efi_map_header *efi_map_hdr;
63 efi_map_hdr = (struct efi_map_header *)buf;
127 efi_map_hdr = (struct efi_map_header *)buf; in efi_read_from_pa()
160 foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp) in foreach_efi_map_entry()
170 efisz = roundup2(sizeof(struct efi_map_header), 16); in foreach_efi_map_entry()
240 print_efi_map(struct efi_map_header *efihdr) in print_efi_map()
/freebsd/stand/kboot/include/
H A Defi.h21 void foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp);
22 void print_efi_map(struct efi_map_header *efihdr);
/freebsd/sys/arm/include/
H A Dmachdep.h48 struct efi_map_header;
50 void arm_add_efi_map_entries(struct efi_map_header *efihdr,
H A Dmetadata.h41 struct efi_map_header { struct
/freebsd/stand/efi/loader/
H A Dbootinfo.c181 struct efi_map_header *efihdr; in bi_load_efi_data()
217 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in bi_load_efi_data()
278 efihdr = (struct efi_map_header *)(uintptr_t)addr; in bi_load_efi_data()
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c250 roundup2(sizeof(struct efi_map_header), 16) - fp->f_addr; in elf64_exec()
253 trampoline_data->memmap_len = efi_map_size - roundup2(sizeof(struct efi_map_header), 16); in elf64_exec()
/freebsd/sys/arm64/include/
H A Dmetadata.h39 struct efi_map_header { struct
/freebsd/sys/riscv/include/
H A Dmetadata.h41 struct efi_map_header { struct
/freebsd/sys/x86/include/
H A Dmetadata.h44 struct efi_map_header { struct
/freebsd/sys/amd64/amd64/
H A Dmachdep.c725 add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap, in add_efi_map_entries()
755 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in add_efi_map_entries()
830 struct efi_map_header *efihdr; in native_parse_memmap()
841 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in native_parse_memmap()
1673 struct efi_map_header *efihdr; in efi_map_sysctl_handler()
1676 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in efi_map_sysctl_handler()
/freebsd/sys/arm/arm/
H A Dmachdep.c441 struct efi_map_header *efihdr; in initarm()
475 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in initarm()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c155 static struct efi_map_header *efihdr;
709 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in memory_mapping_mode()
802 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in initarm()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c438 roundup2(sizeof(struct efi_map_header), 16); /* Skip header */ in elf64_exec()
441 trampoline_data->memmap_len = efi_map_size - roundup2(sizeof(struct efi_map_header), 16); in elf64_exec()
/freebsd/sys/riscv/riscv/
H A Dmachdep.c560 struct efi_map_header *efihdr; in initriscv()
589 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in initriscv()
/freebsd/sys/dev/efidev/
H A Defirt.c177 struct efi_map_header *efihdr; in efi_init()
209 efihdr = (struct efi_map_header *)preload_search_info(preload_kmdp, in efi_init()
216 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in efi_init()
/freebsd/sbin/sysctl/
H A Dsysctl.c794 struct efi_map_header *efihdr; in S_efi_map()
827 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in S_efi_map()