mpbios_map
const void *mpbios_map(paddr_t, int, struct mp_map *);
mpbios_page = mpbios_map(0, PAGE_SIZE, &t);
mp_cth = mpbios_map(cthpa, sizeof (*mp_cth), &mp_cfg_table_map);
mp_cth = mpbios_map(cthpa, cthlen, &mp_cfg_table_map);
const u_int8_t *base = mpbios_map(start, count, &t);
return (mpbios_map(start + i, len, map));
const void *mpbios_map(paddr_t, int, struct mp_map *);
mpbios_page = mpbios_map(0, PAGE_SIZE, &t);
mp_cth = mpbios_map(cthpa, sizeof (*mp_cth), &mp_cfg_table_map);
mp_cth = mpbios_map(cthpa, cthlen, &mp_cfg_table_map);
const u_int8_t *base = mpbios_map(start, count, &t);
return (mpbios_map(start + i, len, map));