Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dmachdep.h49 struct efi_map_header;
51 void arm_add_efi_map_entries(struct efi_map_header *efihdr,
H A Dmetadata.h38 struct efi_map_header { struct
/f-stack/freebsd/arm64/include/
H A Dmetadata.h36 struct efi_map_header { struct
/f-stack/freebsd/x86/include/
H A Dmetadata.h40 struct efi_map_header { struct
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c126 static struct efi_map_header *efihdr;
926 foreach_efi_map_entry(struct efi_map_header *efihdr, efi_map_entry_cb cb) in foreach_efi_map_entry()
936 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in foreach_efi_map_entry()
970 exclude_efi_map_entries(struct efi_map_header *efihdr) in exclude_efi_map_entries()
1002 add_efi_map_entries(struct efi_map_header *efihdr) in add_efi_map_entries()
1064 print_efi_map_entries(struct efi_map_header *efihdr) in print_efi_map_entries()
1195 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in memory_mapping_mode()
1256 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in initarm()
/f-stack/freebsd/arm/arm/
H A Dmachdep_boot.c394 arm_add_efi_map_entries(struct efi_map_header *efihdr, struct mem_region *mr, in arm_add_efi_map_entries()
426 efisz = roundup2(sizeof(struct efi_map_header), 0x10); in arm_add_efi_map_entries()
H A Dmachdep.c747 struct efi_map_header *efihdr; in initarm()
782 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in initarm()
/f-stack/tools/sysctl/
H A Dsysctl.c147 struct efi_map_header { struct
913 struct efi_map_header *efihdr;
946 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf;
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1075 add_efi_map_entries(struct efi_map_header *efihdr, vm_paddr_t *physmap, in add_efi_map_entries()
1105 efisz = (sizeof(struct efi_map_header) + 0xf) & ~0xf; in add_efi_map_entries()
1180 struct efi_map_header *efihdr; in native_parse_memmap()
1191 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in native_parse_memmap()
1991 struct efi_map_header *efihdr; in efi_map_sysctl_handler()
1998 efihdr = (struct efi_map_header *)preload_search_info(kmdp, in efi_map_sysctl_handler()