Searched refs:REG_O7 (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dgetctxt.c57 reg[REG_O7] = caller();
58 reg[REG_PC] = reg[REG_O7] + 8;
H A Dswapctxt.c56 reg[REG_O7] = caller();
57 reg[REG_PC] = reg[REG_O7] + 8;
H A Dmakectxt.c104 reg[REG_O7] = (greg_t)resumecontext - 8; /* return pc */
151 reg[REG_O7] = (greg_t)resumecontext - 8; /* return pc */
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dgetctxt.c57 reg[REG_O7] = caller();
58 reg[REG_PC] = reg[REG_O7] + 8;
H A Dswapctxt.c56 reg[REG_O7] = caller();
57 reg[REG_PC] = reg[REG_O7] + 8;
H A Dmakectxt.c104 reg[REG_O7] = (greg_t)resumecontext - 8; /* return pc */
151 reg[REG_O7] = (greg_t)resumecontext - 8; /* return pc */
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_makecontext.c62 ucp->uc_mcontext.gregs[REG_O7] = NULL;
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c84 ucp->uc_mcontext.gregs[REG_O7] = (greg_t)_lwp_start;
147 rs[REG_O7] = status.pr_reg[R_O7];
155 rs[REG_O7] = 0;
171 status.pr_reg[R_O7] = rs[REG_O7];
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_setcontext.s61 ldx [%g7 + UC_GREG(REG_O7)], %o7
/illumos-gate/usr/src/uts/sparc/sys/
H A Dregset.h76 #define REG_O7 (18) macro
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s98 stn %i7, [%sp + EH_LOCALS_GREG(REG_O7)]
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c301 dst[R_O7] = gregs[REG_O7];
333 dst[R_O7] = (uint64_t)(uint32_t)gregs[REG_O7];
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c251 dst[R_O7] = gregs[REG_O7];
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c325 ps->pr_lwp.pr_reg[R_O7] = cp->user.u_reg[REG_O7];
644 ps->pr_lwp.pr_reg[R_O7] = cp->user.u_reg[REG_O7];
697 cp->user.u_reg[REG_O7] = ps->pr_lwp.pr_reg[R_O7];
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c121 prp[R_O7] = gr[REG_O7];
174 gr[REG_O7] = prp[R_O7];
342 prp[R_O7] = gr[REG_O7];
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c372 rp->r_o7 = grp[REG_O7];
422 grp[REG_O7] = rp->r_o7;
459 grp[REG_O7] = rp->r_o7;

Completed in 169 milliseconds