Searched refs:PSR_TSTATE_CC_SHIFT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dpsr_compat.h43 #define PSR_TSTATE_CC_SHIFT 12 macro
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s2221 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2244 sllx %g2, PSR_TSTATE_CC_SHIFT, %g2
2263 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2292 sllx %g2, PSR_TSTATE_CC_SHIFT, %g3 ! shift to tstate.ccr.icc
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s2459 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2482 sllx %g2, PSR_TSTATE_CC_SHIFT, %g2
2502 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2531 sllx %g2, PSR_TSTATE_CC_SHIFT, %g3 ! shift to tstate.ccr.icc
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c294 ((src[R_PSR] >> (TSTATE_CCR_SHIFT-PSR_TSTATE_CC_SHIFT)) & CCR_ICC);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1690 icc = (uint_t)(tstate >> PSR_TSTATE_CC_SHIFT) & PSR_ICC;

Completed in 76 milliseconds