Home
last modified time | relevance | path

Searched defs:PSRCC_TO_TSTATE (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/sparc/include/
H A Dpsl.h163 #define PSRCC_TO_TSTATE(x) (((int64_t)(x)&PSR_ICC)<<(TSTATE_CCR_SHIFT-20)) macro
/netbsd/sys/arch/sparc64/include/
H A Dpsl.h182 #define PSRCC_TO_TSTATE(x) (((int64_t)(x)&PSR_ICC)<<(TSTATE_CCR_SHIFT-20)) macro