HomeSort by: relevance | last modified time | path
    Searched defs:buildcontext (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/m68k/m68k/
sig_machdep.c 141 buildcontext(struct lwp *l, void *catcher, void *fp) function
192 buildcontext(l, catcher, fp);
sig_machdep.c 141 buildcontext(struct lwp *l, void *catcher, void *fp) function
192 buildcontext(l, catcher, fp);
  /src/sys/arch/alpha/alpha/
machdep.c 1492 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) function
1573 buildcontext(l,catcher,ps->sa_sigdesc[sig].sd_tramp,fp);
machdep.c 1492 buildcontext(struct lwp *l, const void *catcher, const void *tramp, const void *fp) function
1573 buildcontext(l,catcher,ps->sa_sigdesc[sig].sd_tramp,fp);
  /src/sys/arch/i386/i386/
machdep.c 647 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) function
786 buildcontext(l, sel, catcher, fp);
machdep.c 647 buildcontext(struct lwp *l, int sel, void *catcher, void *fp) function
786 buildcontext(l, sel, catcher, fp);
  /src/sys/arch/amd64/amd64/
machdep.c 562 buildcontext(struct lwp *l, void *catcher, void *f) function
814 buildcontext(l, catcher, fp);
machdep.c 562 buildcontext(struct lwp *l, void *catcher, void *f) function
814 buildcontext(l, catcher, fp);

Completed in 43 milliseconds