Searched defs:gwin_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c271 size_t gwin_size; local
290 gwin_size = gwin->wbcnt * sizeof (struct rwindow) +
292 if (gwin_size > sizeof (gwindows_t) ||
293 copyin(uc.uc_mcontext.gwins, gwin, gwin_size)) {
519 size_t gwin_size; local
538 gwin_size = gwin->wbcnt * sizeof (struct rwindow32) +
541 if (gwin_size > sizeof (gwindows32_t) ||
543 gwin, gwin_size)) {
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c904 volatile int gwin_size = 0; local
952 gwin_size = (mpcb->mpcb_wbcnt * sizeof (struct rwindow)) +
954 minstacksz += SA(gwin_size);
1089 if (gwin_size != 0) {
1090 gwp = kmem_alloc(gwin_size, KM_SLEEP);
1093 copyout_noerr(gwp, sp, gwin_size);
1094 kmem_free(gwp, gwin_size);
1096 sp += SA(gwin_size);
1188 kmem_free(gwp, gwin_size);
1235 volatile size_t gwin_size local
[all...]

Completed in 61 milliseconds