Searched refs:efi_md (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_efi_map.c | 19 struct efi_md *map, *p; in efi_map_foreach_entry() 28 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in efi_map_foreach_entry() 56 handle_efi_map_entry(struct efi_md *p, void *argp) in handle_efi_map_entry() 117 print_efi_map_entry(struct efi_md *p, void *argp __unused) in print_efi_map_entry()
|
/freebsd/sys/sys/ |
H A D | efi.h | 64 struct efi_md { struct 102 ((struct efi_md *)(((uint8_t *)(ptr)) + (size))) argument 170 struct efi_md *) EFIABI_ATTR; 239 bool efi_create_1t1_map(struct efi_md *, int, int);
|
H A D | efi_map.h | 15 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
|
/freebsd/stand/kboot/kboot/arch/aarch64/ |
H A D | load_addr.c | 26 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp); 31 struct efi_md *map, *p; in do_memory_from_fdt() 40 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in do_memory_from_fdt() 53 print_efi_map_entry(struct efi_md *p, void *argp __unused) in do_memory_from_fdt() 118 struct efi_md *map; in do_memory_from_fdt() 177 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in kboot_get_phys_load_segment()
|
/freebsd/sys/arm64/arm64/ |
H A D | efirt_machdep.c | 160 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map() 162 struct efi_md *p; in efi_create_1t1_map()
|
H A D | machdep.c | 476 efi_early_map_entry(struct efi_md *p, void *argp) in efi_early_map_entry() 686 struct efi_md *map, *p; in memory_mapping_mode() 698 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in memory_mapping_mode()
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 133 efi_is_in_map(struct efi_md *map, int ndesc, int descsz, vm_offset_t addr) in efi_is_in_map() 135 struct efi_md *p; in efi_is_in_map() 168 struct efi_md *map; in efi_init() 207 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in efi_init()
|
/freebsd/sys/amd64/amd64/ |
H A D | efirt_machdep.c | 172 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map() 174 struct efi_md *p; in efi_create_1t1_map()
|
H A D | machdep.c | 722 struct efi_md *map, *p; in add_efi_map_entries() 750 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in add_efi_map_entries()
|
/freebsd/sbin/sysctl/ |
H A D | sysctl.c | 795 struct efi_md *map; in S_efi_map() 828 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in S_efi_map()
|