Home
last modified time | relevance | path

Searched refs: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; in getsetcontext() local
290 gwin_size = gwin->wbcnt * sizeof (struct rwindow) + in getsetcontext()
292 if (gwin_size > sizeof (gwindows_t) || in getsetcontext()
293 copyin(uc.uc_mcontext.gwins, gwin, gwin_size)) { in getsetcontext()
519 size_t gwin_size; in getsetcontext32() local
538 gwin_size = gwin->wbcnt * sizeof (struct rwindow32) + in getsetcontext32()
541 if (gwin_size > sizeof (gwindows32_t) || in getsetcontext32()
543 gwin, gwin_size)) { in getsetcontext32()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c905 volatile int gwin_size = 0; in sendsig() local
955 minstacksz += SA(gwin_size); in sendsig()
1090 if (gwin_size != 0) { in sendsig()
1095 kmem_free(gwp, gwin_size); in sendsig()
1097 sp += SA(gwin_size); in sendsig()
1189 kmem_free(gwp, gwin_size); in sendsig()
1284 minstacksz += gwin_size; in sendsig32()
1418 if (gwin_size != 0) { in sendsig32()
1424 kmem_free(gwp, gwin_size); in sendsig32()
1426 sp += gwin_size; in sendsig32()
[all …]