Searched refs:efi_map_header (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/riscv/include/
H A Dmetadata.h36 struct efi_map_header { struct
/freebsd-13-stable/sys/arm/include/
H A Dmetadata.h38 struct efi_map_header { struct
H A Dmachdep.h49 struct efi_map_header;
51 void arm_add_efi_map_entries(struct efi_map_header *efihdr,
/freebsd-13-stable/sys/arm64/include/
H A Dmetadata.h36 struct efi_map_header { struct
/freebsd-13-stable/sys/x86/include/
H A Dmetadata.h40 struct efi_map_header { struct
/freebsd-13-stable/sys/dev/efidev/
H A Defirt.c153 struct efi_map_header *efihdr;
189 efihdr = (struct efi_map_header *)preload_search_info(kmdp,
196 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
/freebsd-13-stable/stand/efi/loader/
H A Dbootinfo.c297 struct efi_map_header *efihdr;
330 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
390 efihdr = (struct efi_map_header *)(uintptr_t)addr;
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_boot.c394 arm_add_efi_map_entries(struct efi_map_header *efihdr, struct mem_region *mr,
426 efisz = roundup2(sizeof(struct efi_map_header), 0x10);
H A Dmachdep.c747 struct efi_map_header *efihdr;
782 efihdr = (struct efi_map_header *)preload_search_info(kmdp,
/freebsd-13-stable/sys/arm64/arm64/
H A Dmachdep.c126 static struct efi_map_header *efihdr;
941 foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb)
951 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
985 exclude_efi_map_entries(struct efi_map_header *efihdr)
1017 add_efi_map_entries(struct efi_map_header *efihdr)
1079 print_efi_map_entries(struct efi_map_header *efihdr)
1210 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
1271 efihdr = (struct efi_map_header *)preload_search_info(kmdp,
/freebsd-13-stable/sys/amd64/amd64/
H A Dmachdep.c1061 add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap,
1091 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
1166 struct efi_map_header *efihdr;
1177 efihdr = (struct efi_map_header *)preload_search_info(kmdp,
1977 struct efi_map_header *efihdr;
1984 efihdr = (struct efi_map_header *)preload_search_info(kmdp,
1993 efi_map_sysctl_handler, "S,efi_map_header",

Completed in 93 milliseconds