/titanic_41/usr/src/uts/sparc/sys/ |
H A D | regset.h | 153 struct rwindow32 { struct 164 extern void rwindow_nto32(struct rwindow *, struct rwindow32 *); argument 165 extern void rwindow_32ton(struct rwindow32 *, struct rwindow *); 184 struct rwindow32 wbuf[SPARC_MAXREGWINDOW];
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 482 struct rwindow32 *rwp; in setgwins() 498 rwp = (struct rwindow32 *) in setgwins() 538 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow32)); in setgwins32() 555 struct rwindow32 *rwp; in getgwins() 571 rwp = (struct rwindow32 *) in getgwins() 609 bcopy(rwp, &gwp->wbuf[i], sizeof (struct rwindow32)); in getgwins32() 723 struct rwindow32 rwindow32; in copy_return_window32() local 741 if ((copyin_nowatch(sp1, &rwindow32, in copy_return_window32() 742 sizeof (struct rwindow32))) == 0) in copy_return_window32() 744 rwindow_32ton(&rwindow32, &mpcb->mpcb_rwin[0]); in copy_return_window32() [all …]
|
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 906 struct rwindow32 rwindow32; in prstop() local 912 rw_size = sizeof (struct rwindow32); in prstop() 928 copyin(rwp, &rwindow32, rw_size) == 0) { in prstop() 929 rwindow_32ton(&rwindow32, &lwp->lwp_pcb.pcb_xregs); in prstop() 942 struct rwindow32 *rw32 = in prstop() 943 (struct rwindow32 *) in prstop()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 56 extern void rwindow_32_to_n(const struct rwindow32 *, struct rwindow *);
|
H A D | P32ton.c | 187 rwindow_32_to_n(const struct rwindow32 *src, struct rwindow *dst) in rwindow_32_to_n()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 90 #define rwindow rwindow32
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 109 rwinsize = sizeof (struct rwindow32); in xregrestore() 119 struct rwindow32 rwindow32; in xregrestore() local 123 rwindow_nto32(&lwp->lwp_pcb.pcb_xregs, &rwindow32); in xregrestore() 124 (void) copyout(&rwindow32, rwp, rwinsize); in xregrestore()
|
H A D | archdep.c | 416 stksize += sizeof (struct rwindow32); in exec_set_sp()
|
/titanic_41/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 373 struct rwindow32 rw32; in Pstack_iter() 384 n = Pread(P, &rw32, sizeof (struct rwindow32), sp); in Pstack_iter() 386 if (n == sizeof (struct rwindow32)) { in Pstack_iter()
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 825 struct rwindow32 *rwin = (void *)mpcb->mpcb_wbuf; in dtrace_getreg() 887 struct rwindow32 *rwin = (void *)mpcb->mpcb_wbuf; in dtrace_getreg() 926 struct rwindow32 *rwin = (void *)mpcb->mpcb_wbuf; in dtrace_getreg()
|
H A D | fasttrap_isa.c | 1449 struct rwindow32 *rwin = (void *)mpcb->mpcb_wbuf; in fasttrap_getreg() 1557 struct rwindow32 *rwin = (struct rwindow32 *)mpcb->mpcb_wbuf; in fasttrap_putreg()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | machdep.c | 88 #define WIN32_SIZE (MAXWIN * sizeof (struct rwindow32)) 234 sizeof (struct rwindow32) : sizeof (struct rwindow64))); in lwp_forkregs()
|
/titanic_41/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 538 gwin_size = gwin->wbcnt * sizeof (struct rwindow32) + in getsetcontext32()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 269 rwindow32 RWIN32SIZE RWIN32SHIFT
|
/titanic_41/usr/src/cmd/truss/ |
H A D | fcall.c | 1686 struct rwindow32 rwin; in previous_fp()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 2647 (SPARC_MAXREGWINDOW - size) * sizeof (struct rwindow32); in pr_read_gwindows_32() 3156 PR_OBJSIZE(struct rwindow32, struct rwindow); in prgetattr()
|