Searched refs:mdinfo (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 45 csu_md_t mdinfo; variable 92 SF_DCOPY(mdinfo); in cb_check_machdep() 94 if (mdinfo.ksb != 0x0 && mdinfo.ksb != V9BIAS64) { in cb_check_machdep() 95 prom_printf(fmt, "stack bias", mdinfo.ksb, 0, V9BIAS64); in cb_check_machdep() 100 if (mdinfo.kwstate != wst32 && mdinfo.kwstate != wst64) { in cb_check_machdep() 101 prom_printf(fmt, "wstate", mdinfo.kwstate, wst32, wst64); in cb_check_machdep() 165 if (utp == mdinfo.dtte) { in restore_tlb() 168 } else if (utp == mdinfo.itte) { in restore_tlb() 197 restore_tlb(mdinfo.dtte, cb_mid); in cb_ksetup() 198 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;
|
/titanic_50/usr/src/cmd/mdb/sun4v/modules/mdesc/ |
H A D | mdesc.c | 80 mdinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in mdinfo() function 299 mdinfo },
|