Searched refs:PSR_TSTATE_CC_SHIFT (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/sparc/v9/sys/ |
H A D | psr_compat.h | 43 #define PSR_TSTATE_CC_SHIFT 12 macro
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 2221 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
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 2459 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
|
/titanic_50/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 294 ((src[R_PSR] >> (TSTATE_CCR_SHIFT-PSR_TSTATE_CC_SHIFT)) & CCR_ICC); in prgregset_32ton()
|
/titanic_50/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1690 icc = (uint_t)(tstate >> PSR_TSTATE_CC_SHIFT) & PSR_ICC; in mkpsr()
|