Searched defs:gwins (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c264 Plwp_getgwindows(struct ps_prochandle *P, lwpid_t lwpid, gwindows_t *gwins) argument
280 gwins, sizeof (gwindows_t)));
284 *gwins = *lwp->lwp_gwins;
H A DPgcore.c548 gwindows_t gwins; local
557 if (Plwp_getgwindows(P, lsp->pr_lwpid, &gwins) == 0 &&
558 gwins.wbcnt > 0) {
559 size = sizeof (gwins) - sizeof (gwins.wbuf) +
560 gwins.wbcnt * sizeof (gwins.wbuf[0]);
562 if (write_note(pgc->pgc_fd, NT_GWINDOWS, &gwins, size,
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h91 gwindows_t *gwins; /* POSSIBLE pointer to register windows */ member in struct:mcontext
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmcontext.h260 * the field `gwins' is non NULL, it points to a save area for register
261 * window frames. If `gwins' is NULL, the register windows were saved
275 struct _gwindows *gwins; /* POSSIBLE pointer to register windows */ member in struct:__anon535
290 caddr32_t gwins; /* POSSIBLE pointer to register windows */ member in struct:__anon536
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c476 setgwins(klwp_t *lwp, gwindows_t *gwins) argument
479 int wbcnt = gwins->wbcnt;
496 sp = (caddr_t)gwins->spbuf[i];
501 bcopy(&gwins->wbuf[i], rwp, sizeof (struct rwindow));
503 rwindow_nto32(&gwins->wbuf[i], rwp);
509 setgwins32(klwp_t *lwp, gwindows32_t *gwins) argument
512 int wbcnt = gwins->wbcnt;
531 sp = (caddr_t)(uintptr_t)gwins->spbuf[i];
536 rwindow_32ton(&gwins->wbuf[i], rwp);
538 bcopy(&gwins
[all...]

Completed in 59 milliseconds