Searched refs:mdinfo (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 44 csu_md_t mdinfo; variable 91 SF_DCOPY(mdinfo); in cb_check_machdep() 93 if (mdinfo.ksb != 0x0 && mdinfo.ksb != V9BIAS64) { in cb_check_machdep() 94 prom_printf(fmt, "stack bias", mdinfo.ksb, 0, V9BIAS64); in cb_check_machdep() 99 if (mdinfo.kwstate != wst32 && mdinfo.kwstate != wst64) { in cb_check_machdep() 100 prom_printf(fmt, "wstate", mdinfo.kwstate, wst32, wst64); in cb_check_machdep() 164 if (utp == mdinfo.dtte) { in restore_tlb() 167 } else if (utp == mdinfo.itte) { in restore_tlb() 196 restore_tlb(mdinfo.dtte, cb_mid); in cb_ksetup() 197 restore_tlb(mdinfo.itte, cb_mid); in cb_ksetup() [all …]
|
H A D | cprboot.c | 579 prog, mdinfo.func); in main() 581 prog, cookie, (void *)&mdinfo); in main() 584 exit_to_kernel(cookie, &mdinfo); in main()
|
H A D | cprboot.h | 191 extern csu_md_t mdinfo;
|