Searched refs:REG_O0 (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dgetctxt.c60 reg[REG_O0] = 0;
H A Dswapctxt.c59 reg[REG_O0] = 0;
H A Dsiglongjmp.c77 reg[REG_O0] = (greg_t)val;
79 reg[REG_O0] = (greg_t)1;
H A Dmakectxt.c96 *tsp++ = reg[REG_O0 + argno] = va_arg(ap, long);
143 *tsp++ = reg[REG_O0 + argno] = va_arg(ap, long);
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dgetctxt.c60 reg[REG_O0] = 0;
H A Dswapctxt.c59 reg[REG_O0] = 0;
H A Dsiglongjmp.c76 reg[REG_O0] = (greg_t)val;
78 reg[REG_O0] = (greg_t)1;
H A Dmakectxt.c96 *tsp++ = reg[REG_O0 + argno] = va_arg(ap, long);
143 *tsp++ = reg[REG_O0 + argno] = va_arg(ap, long);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_makecontext.c60 ucp->uc_mcontext.gregs[REG_O0] = (greg_t)arg;
/illumos-gate/usr/src/uts/sparc/sys/
H A Dregset.h69 #define REG_O0 (11) macro
87 #define REG_R0 REG_O0
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_setcontext.s54 ldx [%g7 + UC_GREG(REG_O0)], %o0
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c84 sc.sc_o0 = ucp->uc_mcontext.gregs[REG_O0];
127 ucp->uc_mcontext.gregs[REG_O0] = sc.sc_o0;
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c146 sc.sc_o0 = ucp->uc_mcontext.gregs[REG_O0];
294 ucp->uc_mcontext.gregs[REG_O0] = sc.sc_o0;
377 ucp->uc_mcontext.gregs[REG_O0] = scp->sc_o0;
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c82 ucp->uc_mcontext.gregs[REG_O0] = (greg_t)ulwp;
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s91 stn %i0, [%sp + EH_LOCALS_GREG(REG_O0)]
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c294 dst[R_O0] = gregs[REG_O0];
326 dst[R_O0] = (uint64_t)(uint32_t)gregs[REG_O0];
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c244 dst[R_O0] = gregs[REG_O0];
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c318 ps->pr_lwp.pr_reg[R_O0] = cp->user.u_reg[REG_O0];
637 ps->pr_lwp.pr_reg[R_O0] = cp->user.u_reg[REG_O0];
690 cp->user.u_reg[REG_O0] = ps->pr_lwp.pr_reg[R_O0];
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c114 prp[R_O0] = gr[REG_O0];
167 gr[REG_O0] = prp[R_O0];
335 prp[R_O0] = gr[REG_O0];
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c365 rp->r_o0 = grp[REG_O0];
415 grp[REG_O0] = rp->r_o0;
452 grp[REG_O0] = rp->r_o0;

Completed in 60 milliseconds