Lines Matching refs:bm
101 struct bsys_mem bm; variable
1510 struct boot_modules *bm, *rdbm, *benv = NULL; in build_boot_properties() local
1529 bm = xbp->bi_modules; in build_boot_properties()
1532 if (bm[i].bm_type == BMT_ROOTFS) { in build_boot_properties()
1533 rdbm = &bm[i]; in build_boot_properties()
1536 if (bm[i].bm_type == BMT_HASH || in build_boot_properties()
1537 bm[i].bm_type == BMT_FONT || in build_boot_properties()
1538 bm[i].bm_name == NULL) in build_boot_properties()
1541 if (bm[i].bm_type == BMT_ENV) { in build_boot_properties()
1543 benv = &bm[i]; in build_boot_properties()
1550 bsetprops(modid, (char *)bm[i].bm_name); in build_boot_properties()
1553 bsetprop64(modid, (uint64_t)(uintptr_t)bm[i].bm_addr); in build_boot_properties()
1556 bsetprop64(modid, (uint64_t)bm[i].bm_size); in build_boot_properties()
1909 struct boot_modules *bm = xbp->bi_modules; in relocate_boot_archive() local
1935 va = (uintptr_t)bm->bm_addr; in relocate_boot_archive()
1936 len = bm->bm_size; in relocate_boot_archive()
2151 bm.physinstalled = xbp->bi_phys_install; in _start()
2152 bm.pcimem = xbp->bi_pcimem; in _start()
2153 bm.rsvdmem = xbp->bi_rsvdmem; in _start()
2154 bm.physavail = NULL; in _start()
2181 bops->boot_mem = &bm; in _start()