Home
last modified time | relevance | path

Searched refs:REG_O6 (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/sparc/sys/
H A Dregset.h75 #define REG_O6 (17) macro
86 #define REG_SP REG_O6
/titanic_50/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c146 rs[REG_O6] = status.pr_reg[R_O6]; in getgregs()
154 rs[REG_O6] = 0; in getgregs()
170 status.pr_reg[R_O6] = rs[REG_O6]; in setgregs()
/titanic_50/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_setcontext.s60 ldx [%g7 + UC_GREG(REG_O6)], %o6
/titanic_50/usr/src/cmd/csh/sparc/
H A Dsignal.c79 sc.sc_sp = ucp->uc_mcontext.gregs[REG_O6]; in sigvechandler()
122 ucp->uc_mcontext.gregs[REG_O6] = sc.sc_sp; in sigvechandler()
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dptrace.c324 ps->pr_lwp.pr_reg[R_O6] = cp->user.u_reg[REG_O6]; in ptrace()
643 ps->pr_lwp.pr_reg[R_O6] = cp->user.u_reg[REG_O6]; in ProcUpdate()
696 cp->user.u_reg[REG_O6] = ps->pr_lwp.pr_reg[R_O6]; in MakeUser()
/titanic_50/usr/src/lib/libproc/sparcv9/
H A DPisadep.c300 dst[R_O6] = gregs[REG_O6]; in ucontext_n_to_prgregs()
332 dst[R_O6] = (uint64_t)(uint32_t)gregs[REG_O6]; in ucontext_32_to_prgregs()
/titanic_50/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s97 stn %i6, [%sp + EH_LOCALS_GREG(REG_O6)]
/titanic_50/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c120 prp[R_O6] = gr[REG_O6]; in prgetprregs()
173 gr[REG_O6] = prp[R_O6]; in prsetprregs()
341 prp[R_O6] = gr[REG_O6]; in prgetprregs32()
/titanic_50/usr/src/lib/libproc/sparc/
H A DPisadep.c250 dst[R_O6] = gregs[REG_O6]; in ucontext_n_to_prgregs()
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c371 rp->r_o6 = grp[REG_O6]; in setgregs()
421 grp[REG_O6] = rp->r_o6; in getgregs()
458 grp[REG_O6] = rp->r_o6; in getgregs32()