Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dload_addr.c26 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
31 struct efi_md *map, *p; in foreach_efi_map_entry()
40 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in foreach_efi_map_entry()
53 print_efi_map_entry(struct efi_md *p, void *argp __unused) in print_efi_map_entry()
118 struct efi_md *map; in do_memory_from_fdt()
177 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in do_memory_from_fdt()
/freebsd/sys/arm64/arm64/
H A Dmachdep.c459 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
464 struct efi_md *map, *p; in foreach_efi_map_entry()
473 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in foreach_efi_map_entry()
501 handle_efi_map_entry(struct efi_md *p, void *argp) in handle_efi_map_entry()
562 print_efi_map_entry(struct efi_md *p, void *argp __unused) in print_efi_map_entry()
640 efi_early_map_entry(struct efi_md *p, void *argp) in efi_early_map_entry()
850 struct efi_md *map, *p; in memory_mapping_mode()
862 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in memory_mapping_mode()
H A Defirt_machdep.c159 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map()
161 struct efi_md *p; in efi_create_1t1_map()
/freebsd/sys/sys/
H A Defi.h64 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);
/freebsd/sys/dev/efidev/
H A Defirt.c133 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()
211 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in efi_init()
/freebsd/sys/amd64/amd64/
H A Defirt_machdep.c172 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 Dmachdep.c721 struct efi_md *map, *p; in add_efi_map_entries()
749 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in add_efi_map_entries()
/freebsd/sys/arm/arm/
H A Dmachdep_boot.c394 struct efi_md *map, *p; in arm_add_efi_map_entries()
424 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in arm_add_efi_map_entries()
/freebsd/sbin/sysctl/
H A Dsysctl.c748 struct efi_md *map; in S_efi_map()
781 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in S_efi_map()