Home
last modified time | relevance | path

Searched refs:mdinfo (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c44 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()
99 if (mdinfo.kwstate != wst32 && mdinfo.kwstate != 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()
198 tmp_stack = (caddr_t)(mdinfo.tmp_stack + mdinfo.tmp_stacksize); in cb_ksetup()
234 restore_tlb(mdinfo.dtte, cpu_id); in slave_init()
[all …]
H A Dcprboot.c579 prog, mdinfo.func); in main()
581 prog, cookie, (void *)&mdinfo); in main()
584 exit_to_kernel(cookie, &mdinfo); in main()
H A Dcprboot.h191 extern csu_md_t mdinfo;