| /src/sys/arch/m68k/m68k/ |
| sig_machdep.c | 137 buildcontext(struct lwp *l, void *catcher, void *fp) function 188 buildcontext(l, catcher, fp);
|
| /src/sys/arch/alpha/alpha/ |
| machdep.c | 1501 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) function 1582 buildcontext(l,catcher,ps->sa_sigdesc[sig].sd_tramp,fp);
|
| /src/sys/arch/i386/i386/ |
| machdep.c | 644 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) function 709 buildcontext(l, sel, catcher, fp);
|
| /src/sys/arch/amd64/amd64/ |
| machdep.c | 559 buildcontext(struct lwp *l, void *catcher, void *f) function 643 buildcontext(l, catcher, fp);
|