Home
last modified time | relevance | path

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.S2200 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2223 sllx %g2, PSR_TSTATE_CC_SHIFT, %g2
2242 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2271 sllx %g2, PSR_TSTATE_CC_SHIFT, %g3 ! shift to tstate.ccr.icc
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S2439 srlx %g3, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2462 sllx %g2, PSR_TSTATE_CC_SHIFT, %g2
2482 srlx %g1, PSR_TSTATE_CC_SHIFT, %o0 ! shift ccr to V8 psr
2511 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); in prgregset_32ton()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1690 icc = (uint_t)(tstate >> PSR_TSTATE_CC_SHIFT) & PSR_ICC; in mkpsr()