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

  /src/sys/arch/hpc/stand/include/machine/
mcontext.h 5 } mcontext_t; typedef in typeref:struct:__anon895da3da0108
  /src/sys/arch/ia64/include/
mcontext.h 112 } mcontext_t; typedef in typeref:struct:__mcontext
  /src/sys/arch/vax/include/
mcontext.h 36 * Layout of mcontext_t.
65 } mcontext_t; typedef in typeref:struct:__anon8745bb410108
  /src/sys/arch/alpha/include/
mcontext.h 93 } mcontext_t; typedef in typeref:struct:__anon212358f80308
  /src/sys/arch/amd64/include/
mcontext.h 65 } mcontext_t; typedef in typeref:struct:__anond1d963ee0208
  /src/sys/arch/i386/include/
mcontext.h 45 * Layout of mcontext_t according to the System V Application Binary Interface,
97 } mcontext_t; typedef in typeref:struct:__anon019c419c0508
  /src/sys/arch/m68k/include/
mcontext.h 96 } mcontext_t; typedef in typeref:struct:__anonbe9436980208
  /src/sys/arch/or1k/include/
mcontext.h 85 } mcontext_t; typedef in typeref:struct:__anonf806184f0108
  /src/sys/arch/sh3/include/
mcontext.h 36 * Layout of mcontext_t for the sh3 architecture.
89 } mcontext_t; typedef in typeref:struct:__anon600c34c00208
  /src/sys/arch/hppa/include/
mcontext.h 82 } mcontext_t; typedef in typeref:struct:__anon91e001bb0308
  /src/sys/arch/powerpc/include/
mcontext.h 36 * Layout of mcontext_t based on the System V Application Binary Interface,
39 * alignment requirements of the latter, the offset of mcontext_t within
117 } mcontext_t; typedef in typeref:struct:__anon725484f20308
  /src/sys/arch/sparc/include/
mcontext.h 40 * Layout of mcontext_t according the System V Application Binary Interface,
144 } mcontext_t; typedef in typeref:struct:__anond91bf62b0708
  /src/sys/arch/riscv/include/
mcontext.h 130 } mcontext_t; typedef in typeref:struct:__anon07fe2af90108
  /src/sys/arch/mips/include/
mcontext.h 132 } mcontext_t; typedef in typeref:struct:__anonb2f753eb0308
  /src/sys/arch/arm/include/
mcontext.h 167 } mcontext_t; typedef in typeref:struct:__anonbb5140720408
200 } mcontext_t, mcontext32_t; typedef in typeref:struct:__anonbb5140720808
233 void vfp_getcontext(struct lwp *, mcontext_t *, int *);
234 void vfp_setcontext(struct lwp *, const mcontext_t *);

Completed in 45 milliseconds