Searched refs:efi_md (Results 1 – 12 of 12) sorted by relevance
| /src/stand/kboot/libkboot/ |
| H A D | efi.c | 34 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 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()
|
| /src/sys/sys/ |
| H A D | efi.h | 79 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 D | efi_map.h | 17 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
|
| /src/stand/kboot/include/ |
| H A D | efi.h | 14 typedef void (*efi_map_entry_cb)(struct efi_md *, void *argp);
|
| /src/sys/arm64/arm64/ |
| H A D | efirt_machdep.c | 166 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 D | machdep.c | 513 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 D | efirt.c | 143 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 D | efirt_machdep.c | 182 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 D | machdep.c | 728 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 D | machdep.c | 542 efi_exclude_sbi_pmp_cb(struct efi_md *p, void *argp) in efi_exclude_sbi_pmp_cb()
|
| /src/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()
|