Home
last modified time | relevance | path

Searched refs:PSRCC_TO_TSTATE (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/
H A Dcompat_13_machdep.c134 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in compat_13_sys_sigreturn()
H A Dnetbsd32_machdep.c483 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(sc.sc_psr); in compat_13_netbsd32_sigreturn()
575 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(sc.sc_psr); in compat_16_netbsd32___sigreturn14()
643 PSRCC_TO_TSTATE(regs->r_psr);
852 PSRCC_TO_TSTATE(gr[_REG_PSR]); in netbsd32_cpu_setmcontext()
1184 PSRCC_TO_TSTATE(gr[_REG32_PSR]); in cpu_setmcontext32()
H A Dprocess_machdep.c179 PSRCC_TO_TSTATE(regp->r_psr); in process_write_regs()
H A Dsunos_machdep.c260 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in sunos_sys_sigreturn()
H A Dcompat_16_machdep.c330 tf->tf_tstate = (uint64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in compat_16_sys___sigreturn14()
H A Dsunos32_machdep.c348 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in sunos32_sys_sigreturn()
H A Dsvr4_32_machdep.c266 PSRCC_TO_TSTATE(r[SVR4_SPARC_PSR]); in svr4_32_setmcontext()
H A Dsvr4_machdep.c282 PSRCC_TO_TSTATE(r[SVR4_SPARC_PSR]); in svr4_setmcontext()
H A Dmachdep.c2539 PSRCC_TO_TSTATE(gr[_REG_PSR]); in cpu_setmcontext()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/include/
H A Dpsl.h163 #define PSRCC_TO_TSTATE(x) (((int64_t)(x)&PSR_ICC)<<(TSTATE_CCR_SHIFT-20)) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/include/
H A Dpsl.h182 #define PSRCC_TO_TSTATE(x) (((int64_t)(x)&PSR_ICC)<<(TSTATE_CCR_SHIFT-20)) macro