Home
last modified time | relevance | path

Searched refs:REG_PSR (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c82 sc.sc_psr = ucp->uc_mcontext.gregs[REG_PSR]; in sigvechandler()
125 ucp->uc_mcontext.gregs[REG_PSR] = sc.sc_psr; in sigvechandler()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dregset.h53 #define REG_PSR (0) macro
56 #define REG_PSR (0)
84 #define REG_PS REG_PSR
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c307 ps->pr_lwp.pr_reg[R_PSR] = cp->user.u_reg[REG_PSR]; in ptrace()
626 ps->pr_lwp.pr_reg[R_PSR] = cp->user.u_reg[REG_PSR]; in ProcUpdate()
679 cp->user.u_reg[REG_PSR] = ps->pr_lwp.pr_reg[R_PSR]; in MakeUser()
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c138 sc.sc_psr = ucp->uc_mcontext.gregs[REG_PSR]; in ucbsigvechandler()
287 ucp->uc_mcontext.gregs[REG_PSR] = sc.sc_psr; in ucbsigvechandler()
370 ucp->uc_mcontext.gregs[REG_PSR] = scp->sc_psr; in __sigcleanup()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c313 dst[R_PSR] = (uint64_t)(uint32_t)gregs[REG_PSR]; in ucontext_32_to_prgregs()
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c231 dst[R_PSR] = gregs[REG_PSR]; in ucontext_n_to_prgregs()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c442 grp[REG_PSR] = mkpsr(rp->r_tstate, fprs); in getgregs32()
1799 (src->uc_mcontext.gregs[REG_PSR] & PSR_ICC) >> PSR_ICC_SHIFT; in ucontext_32ton()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c364 prp[R_PSR] = gr[REG_PSR]; in prgetprregs32()