Home
last modified time | relevance | path

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

/freebsd-14.2/stand/kboot/kboot/arch/aarch64/
H A Dload_addr.c21 struct efi_map_header *efi_map_hdr;
29 foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp) in foreach_efi_map_entry()
39 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in foreach_efi_map_entry()
117 struct efi_map_header *efihdr; in do_memory_from_fdt()
176 efihdr = (struct efi_map_header *)buf; in do_memory_from_fdt()
H A Dexec.c251 roundup2(sizeof(struct efi_map_header), 16) - fp->f_addr; in elf64_exec()
254 trampoline_data->memmap_len = efi_map_size - roundup2(sizeof(struct efi_map_header), 16); in elf64_exec()
/freebsd-14.2/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.h36 struct efi_map_header { struct
/freebsd-14.2/sys/arm64/arm64/
H A Dmachdep.c146 static struct efi_map_header *efihdr;
444 foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb, void *argp) in foreach_efi_map_entry()
454 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in foreach_efi_map_entry()
530 add_efi_map_entries(struct efi_map_header *efihdr) in add_efi_map_entries()
537 exclude_efi_map_entries(struct efi_map_header *efihdr) in exclude_efi_map_entries()
599 print_efi_map_entries(struct efi_map_header *efihdr) in print_efi_map_entries()
843 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in memory_mapping_mode()
913 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in initarm()
/freebsd-14.2/sys/riscv/include/
H A Dmetadata.h34 struct efi_map_header { struct
/freebsd-14.2/sys/arm64/include/
H A Dmetadata.h34 struct efi_map_header { struct
/freebsd-14.2/stand/efi/loader/
H A Dbootinfo.c185 struct efi_map_header *efihdr; in bi_load_efi_data()
221 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in bi_load_efi_data()
282 efihdr = (struct efi_map_header *)(uintptr_t)addr; in bi_load_efi_data()
/freebsd-14.2/sys/x86/include/
H A Dmetadata.h38 struct efi_map_header { struct
/freebsd-14.2/sys/arm/arm/
H A Dmachdep.c422 struct efi_map_header *efihdr; in initarm()
457 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in initarm()
H A Dmachdep_boot.c392 arm_add_efi_map_entries(struct efi_map_header *efihdr, struct mem_region *mr, in arm_add_efi_map_entries()
424 efisz = roundup2(sizeof(struct efi_map_header), 0x10); in arm_add_efi_map_entries()
/freebsd-14.2/sys/amd64/amd64/
H A Dmachdep.c720 add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap, in add_efi_map_entries()
750 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in add_efi_map_entries()
821 struct efi_map_header *efihdr; in native_parse_memmap()
832 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in native_parse_memmap()
1674 struct efi_map_header *efihdr; in efi_map_sysctl_handler()
1681 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in efi_map_sysctl_handler()
/freebsd-14.2/sys/dev/efidev/
H A Defirt.c167 struct efi_map_header *efihdr; in efi_init()
203 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in efi_init()
210 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in efi_init()
/freebsd-14.2/sbin/sysctl/
H A Dsysctl.c748 struct efi_map_header *efihdr; in S_efi_map()
781 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in S_efi_map()