/freebsd/sys/sys/ |
H A D | efi_map.h | 13 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 D | subr_efi_map.c | 17 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 D | efi.c | 16 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 D | efi.h | 21 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 D | machdep.h | 48 struct efi_map_header; 50 void arm_add_efi_map_entries(struct efi_map_header *efihdr,
|
H A D | metadata.h | 41 struct efi_map_header { struct
|
/freebsd/stand/efi/loader/ |
H A D | bootinfo.c | 181 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 D | exec.c | 250 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 D | metadata.h | 39 struct efi_map_header { struct
|
/freebsd/sys/riscv/include/ |
H A D | metadata.h | 41 struct efi_map_header { struct
|
/freebsd/sys/x86/include/ |
H A D | metadata.h | 44 struct efi_map_header { struct
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 725 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 D | machdep.c | 441 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 D | machdep.c | 155 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 D | elf64_freebsd.c | 438 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 D | machdep.c | 560 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 D | efirt.c | 177 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 D | sysctl.c | 794 struct efi_map_header *efihdr; in S_efi_map() 827 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in S_efi_map()
|