Symbol: cb_header
sys/dev/coreboot/coreboot.c
116
coreboot_validate_header(struct cb_header *hdr, vm_size_t mapped_len)
sys/dev/coreboot/coreboot.c
1160
struct cb_header *hdr;
sys/dev/coreboot/coreboot.c
1165
va = pmap_mapbios(pa, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
1169
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
1172
pmap_unmapbios(va, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
1177
pmap_unmapbios(va, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
1185
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
1204
struct cb_header *hdr;
sys/dev/coreboot/coreboot.c
1222
va = pmap_mapbios(low_addr, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
1227
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
1229
pmap_unmapbios(va, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
1237
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
1309
struct cb_header *hdr;
sys/dev/coreboot/coreboot.c
1331
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
134
coreboot_validate_table(struct cb_header *hdr, vm_size_t mapped_len)
sys/dev/coreboot/coreboot.c
218
coreboot_parse_table(struct coreboot_softc *sc, struct cb_header *hdr)
sys/dev/coreboot/coreboot.c
65
struct cb_header *hdr;
sys/dev/coreboot/coreboot.c
69
va = pmap_mapbios(addr, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
73
hdr = (struct cb_header *)va;
sys/dev/coreboot/coreboot.c
76
pmap_unmapbios(va, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
79
pmap_unmapbios(va, sizeof(struct cb_header));
sys/dev/coreboot/coreboot.c
89
coreboot_sanitize_header(const struct cb_header *hdr, vm_size_t *map_size)