Searched refs:tstate (Results 26 - 50 of 61) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_olympus_regs.h295 uint64_t tstate; member in struct:opl_errlog::__anon10176::__anon10179
H A Dcheetahasm.h1042 * software trap, then using the %tpc, %tnpc and %tstate registers to
1061 * We save the values of %g1 and %g2 in %tpc, %tnpc and %tstate (since
1063 * we need to put the low-order two bits of %g1 and %g2 in %tstate).
1064 * Note that %tstate has a reserved hole from bits 3-7, so we put the
1080 wrpr %g2, %tstate
1125 * structure and %g5 will have the value of %tstate where the Fast ECC
1131 * only %g1+%g2 (which we've saved in %tpc, %tnpc, %tstate)
1135 * 3. Save %tpc->%g3, %tnpc->%g4, %tstate->%g5, which contain
1140 * %tstate (%g5) and save in save area, carefully preserving %g5
1159 rdpr %tstate,
[all...]
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c268 enum cc_type cc) /* CCR condition code field from tstate */
277 uint64_t tstate; local
284 tstate = pregs->r_tstate;
287 ccr.i = (uint32_t)((tstate >> TSTATE_CCR_SHIFT) & 0xf);
290 ccr.i = (uint32_t)(((tstate >> TSTATE_CCR_SHIFT) & 0xf0) >> 4);
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh792 tstate=`/usr/bin/svcprop -c -p general_ovr/enabled $1 2>/dev/null`
794 [ "$tstate" = "true" ] && return 0
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c191 ldcp.status, ldc_status_bits, ldcp.tstate, ldcp.hstate,
195 mdb_printf("Link State: %b\n", ldcp.tstate, ldc_tstate_bits);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s118 rdpr %tstate, %g6
321 rdpr %tstate, %g6
605 * - We need to lower TL to 1 to get the trap type and tstate.
622 /* Set tl to 1 in order to read tt[1] and tstate[1] */
630 rdpr %tstate, %g5 ! %g5 = tstate[1]
H A Dmach_locore.s427 rdpr %tstate, %g5
504 rdpr %tstate, %l2
540 wrpr %l1, %l0, %tstate
874 wrpr %g1, %g7, %tstate ! needed by wbuf recovery code
893 ! set %tstate to the correct %cwp
899 wrpr %g1, %g7, %tstate
1034 wrpr %g1, %g7, %tstate ! needed by wbuf recovery code
1040 ! set %tstate to the correct %cwp
1044 wrpr %g1, %g7, %tstate
1372 ! %tl, %tt, %tstate,
[all...]
H A Dmach_xc.s89 rdpr %tstate, %g6
138 stxa %g1, [%g3 + TRAP_ENT_TSTATE]%asi /* tstate = pstate */
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s139 rdpr %tstate, %g6
302 rdpr %tstate, %g6
H A Dmach_xc.s87 rdpr %tstate, %g6
136 stxa %g1, [%g3 + TRAP_ENT_TSTATE]%asi /* tstate = pstate */
H A Dmach_locore.s410 rdpr %tstate, %g5
482 rdpr %tstate, %l2
518 wrpr %l1, %l0, %tstate
733 ! set %tstate to the correct %cwp
739 wrpr %g1, %g7, %tstate
868 ! set %tstate to the correct %cwp
872 wrpr %g1, %g7, %tstate
1266 ! %tl, %tt, %tstate, %tpc, %tnpc for each TL
1275 rdpr %tstate, %g5 ! !
1395 wrpr %g3, %g1, %tstate
[all...]
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s79 ldx [%o0 + TSTATE_OFF], %l1 ! saved %tstate.am is that
119 stxa %g7, [%g3 + TRAP_ENT_TSTATE]%asi ! save thread in tstate space
204 ldx [%l1 + TSTATE_OFF], %g2 ! get saved tstate
234 ldx [%l1 + TSTATE_OFF], %g1 ! get saved tstate
324 ldx [%o0 + TSTATE_OFF], %l1 ! saved %tstate.am is that
364 stxa %g7, [%g3 + TRAP_ENT_TSTATE]%asi ! save thread in tstate space
462 ldx [%l1 + TSTATE_OFF], %g2 ! get saved tstate
492 ldx [%l1 + TSTATE_OFF], %g1 ! get saved tstate
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c344 * tstatep -- return for tstate
360 *tstatep = params.tstate;
H A Dmeta_mn_handlers.c1916 * This is to get the value of tstate from the master node. We use this
1925 uint_t tstate; local
1935 ret = meta_get_tstate(d->gettstate_dev, &tstate, &mde);
1939 tstate = 0;
1941 resp->mmr_exitval = tstate;
1963 uint_t tstate; local
2009 if (meta_get_tstate(d->mir_state_mnum, &tstate, &mde) != 0) {
2028 /* Returm value of tstate for mirror */
2029 res->mir_tstate = tstate;
H A Dmeta_stripe.c638 uint_t tstate /* Errored tstate flags */
647 if (tstate != 0) {
676 uint_t top_tstate, /* Errored tstate flags */
742 uint_t tstate = 0; local
764 if (meta_get_tstate(namep->dev, &tstate, ep) != 0)
766 comp_state = comp_state_to_name(cp, &tv, tstate &
778 tstate & MD_DEV_ERRORED);
982 uint_t tstate = 0; local
1036 if (meta_get_tstate(stripep->common.namep->dev, &tstate, e
[all...]
H A Dmeta_sp.c180 static char *meta_sp_status_to_name(xsp_status_t xsp_status, uint_t tstate);
2022 * tstate - transient errored device state. If set the
2033 uint_t tstate
2040 * value for an 'Unavailable' return. tstate can be set because of
2043 if (tstate & MD_INACCESSIBLE) {
2102 uint_t tstate = 0; local
2134 if (meta_get_tstate(msp->common.namep->dev, &tstate, ep) != 0)
2137 status = meta_sp_status_to_name(msp->status, tstate & MD_DEV_ERRORED);
2140 if (tstate & MD_ABR_CAP) {
5527 uint_t tstate local
6555 uint_t tstate; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c390 cpu_acpi_tstate_t *tstate; local
397 tstate = (cpu_acpi_tstate_t *)CPU_ACPI_TSTATES(handle);
409 up = (uint32_t *)tstate;
412 tstate++;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h75 /* LDC Channel Transport State (tstate) */
419 uint32_t tstate; /* Channel transport state */ member in struct:ldc_chan
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c722 char *p, *tstate; local
746 p = strtok_r(ifs_string, ",", &tstate);
748 p = strtok_r(NULL, ",", &tstate)) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c532 uint_t tstate; local
548 /* Get tstate from Master */
549 if (meta_mn_send_get_tstate(devnp->dev, &tstate, ep)
553 if (!(tstate & MD_ABR_CAP))
1674 * start step will get tstate from the master and will update
1675 * ABR if it was set in tstate. So, we appear to have a problem
1677 * - The slave gets tstate with ABR set
1679 * - The slave updates ABR with the value it got from tstate.
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c72 static uint_t mkpsr(uint64_t tstate, uint32_t fprs);
1681 mkpsr(uint64_t tstate, uint_t fprs) argument
1685 psr = tstate & TSTATE_CWP_MASK;
1686 if (tstate & TSTATE_PRIV)
1690 icc = (uint_t)(tstate >> PSR_TSTATE_CC_SHIFT) & PSR_ICC;
1853 PANICNVADD(pnv, "tstate", rp->r_tstate);
/illumos-gate/usr/src/head/
H A Dmeta.h1119 uint_t tstate);
1126 uint_t tstate, char *fname,
1389 md_timeval32_t *tvp, uint_t tstate);
1392 md_timeval32_t *tvp, uint_t tstate);
1670 md_timeval32_t *tvp, uint_t tstate);
1742 md_timeval32_t *tvp, uint_t tstate);
1744 md_timeval32_t *tvp, uint_t tstate);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s642 rdpr %tstate, scr1; \
791 rdpr %tstate, tmp2 ;\
899 wrpr %g0, tmp1, %tstate ;\
975 wrpr tmp2, %g0, %tstate ;\
984 * %pstate, %pc, %npc are propagated to %tstate, %tpc, %tnpc,
989 wrpr %g0, tmp, %tstate ;\
1078 * The below three cases %tstate is not accessible until it is overwritten
1082 * If the error is %pstate parity, it propagates to %tstate.
1086 * If the error is %ccr or %asi parity, it propagates to %tstate
1124 wrpr tmp, %g0, %tstate ;\
[all...]
H A Dus3_cheetah_asm.s84 * this routine with %g1 and %g2 already saved in %tpc, %tnpc and %tstate.
240 rdpr %tstate, %g4
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c207 if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {
886 if (ldcp->tstate != TS_UP) {
1111 if (ldcp->tstate != TS_UP) {
1292 if (ldcp->tstate != TS_UP) {

Completed in 145 milliseconds

123