Searched refs:efi_map_header (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | machdep.h | 49 struct efi_map_header; 51 void arm_add_efi_map_entries(struct efi_map_header *efihdr,
|
| H A D | metadata.h | 38 struct efi_map_header { struct
|
| /f-stack/freebsd/arm64/include/ |
| H A D | metadata.h | 36 struct efi_map_header { struct
|
| /f-stack/freebsd/x86/include/ |
| H A D | metadata.h | 40 struct efi_map_header { struct
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 126 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 D | machdep_boot.c | 394 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 D | machdep.c | 747 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 D | sysctl.c | 147 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 D | machdep.c | 1075 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()
|