Home
last modified time | relevance | path

Searched refs:TSTATE_CCR (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/sys/arch/sparc64/sparc64/
Dcompat_13_machdep.c132 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | (scp->sc_tstate & TSTATE_CCR); in compat_13_sys_sigreturn()
134 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in compat_13_sys_sigreturn()
Dprocess_machdep.c164 tf->tf_tstate = (tf->tf_tstate & ~TSTATE_CCR) | in process_write_regs()
165 (regs->r_tstate & TSTATE_CCR); in process_write_regs()
178 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | in process_write_regs()
Dcompat_16_machdep.c328 tf->tf_tstate = (uint64_t)(tf->tf_tstate & ~TSTATE_CCR) | (scp->sc_tstate & TSTATE_CCR); in compat_16_sys___sigreturn14()
330 tf->tf_tstate = (uint64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in compat_16_sys___sigreturn14()
Dnetbsd32_machdep_13.c149 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(sc.sc_psr); in compat_13_netbsd32_sigreturn()
Dnetbsd32_machdep.c300 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | in netbsd32_process_write_regs()
509 tf->tf_tstate = (tf->tf_tstate & ~TSTATE_CCR) | in netbsd32_cpu_setmcontext()
841 tf->tf_tstate = (tf->tf_tstate & ~TSTATE_CCR) | in cpu_setmcontext32()
Dvm_machdep.c264 tf2->tf_tstate &= ~TSTATE_CCR; in cpu_lwp_fork()
Dsunos_machdep.c259 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in sunos_sys_sigreturn()
Dnetbsd32_machdep_16.c309 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(sc.sc_psr); in compat_16_netbsd32___sigreturn14()
Dsunos32_machdep.c348 tf->tf_tstate = (int64_t)(tf->tf_tstate & ~TSTATE_CCR) | PSRCC_TO_TSTATE(scp->sc_psr); in sunos32_sys_sigreturn()
Demul.c189 tf->tf_tstate &= ~(TSTATE_CCR); in muldiv()
Dmachdep.c2438 gr[_REG_CCR] = (tf->tf_tstate & TSTATE_CCR) >> TSTATE_CCR_SHIFT; in cpu_getmcontext()
2546 tf->tf_tstate = (tf->tf_tstate & ~(TSTATE_CCR | TSTATE_ASI)) | in cpu_setmcontext()
2547 ((gr[_REG_CCR] << TSTATE_CCR_SHIFT) & TSTATE_CCR) | in cpu_setmcontext()
2550 tf->tf_tstate = (tf->tf_tstate & ~TSTATE_CCR) | in cpu_setmcontext()
/netbsd/src/sys/arch/sparc/include/
Dpsl.h163 #define TSTATE_CCR 0xff00000000LL macro
167 #define TSTATECCR_TO_PSR(x) (((x)&TSTATE_CCR)>>(TSTATE_CCR_SHIFT-20))
/netbsd/src/sys/arch/sparc64/include/
Dpsl.h180 #define TSTATE_CCR 0xff00000000LL macro
184 #define TSTATECCR_TO_PSR(x) (((x)&TSTATE_CCR)>>(TSTATE_CCR_SHIFT-20))