Home
last modified time | relevance | path

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

/src/stand/kboot/libkboot/
H A Defi.c34 struct efi_md *map; /* Really an array */
57 map_size = sizeof(struct efi_md) * entries;
65 map = (struct efi_md *)(buf + efisz);
68 efi_map_hdr->descriptor_size = sizeof(struct efi_md);
71 struct efi_md *m;
113 struct efi_md *map; /* Really an array */ in efi_read_from_pa()
129 map = (struct efi_md *)(buf + efisz); in efi_read_from_pa()
162 struct efi_md *map, *p; in foreach_efi_map_entry()
171 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in foreach_efi_map_entry()
185 print_efi_map_entry(struct efi_md *p, void *argp __unused) in print_efi_map_entry()
/src/sys/kern/
H A Dsubr_efi_map.c19 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()
/src/sys/sys/
H A Defi.h79 struct efi_md { struct
117 ((struct efi_md *)(((uint8_t *)(ptr)) + (size))) argument
201 struct efi_md *) EFIABI_ATTR;
270 bool efi_create_1t1_map(struct efi_md *, int, int);
H A Defi_map.h17 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
/src/stand/kboot/include/
H A Defi.h14 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
/src/sys/arm64/arm64/
H A Defirt_machdep.c166 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map()
168 struct efi_md *p; in efi_create_1t1_map()
H A Dmachdep.c513 efi_early_map_entry(struct efi_md *p, void *argp) in efi_early_map_entry()
722 struct efi_md *map, *p; in memory_mapping_mode()
734 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in memory_mapping_mode()
/src/sys/dev/efidev/
H A Defirt.c143 efi_is_in_map(struct efi_md *map, int ndesc, int descsz, vm_offset_t addr) in efi_is_in_map()
145 struct efi_md *p; in efi_is_in_map()
178 struct efi_md *map; in efi_init()
217 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in efi_init()
/src/sys/amd64/amd64/
H A Defirt_machdep.c182 efi_create_1t1_map(struct efi_md *map, int ndesc, int descsz) in efi_create_1t1_map()
184 struct efi_md *p; in efi_create_1t1_map()
H A Dmachdep.c728 struct efi_md *map, *p; in add_efi_map_entries()
756 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in add_efi_map_entries()
/src/sys/riscv/riscv/
H A Dmachdep.c542 efi_exclude_sbi_pmp_cb(struct efi_md *p, void *argp) in efi_exclude_sbi_pmp_cb()
/src/sbin/sysctl/
H A Dsysctl.c795 struct efi_md *map; in S_efi_map()
828 map = (struct efi_md *)((uint8_t *)efihdr + efisz); in S_efi_map()