| /src/sys/arch/hpc/stand/include/machine/ |
| mcontext.h | 5 } mcontext_t; typedef in typeref:struct:__anon1382
|
| /src/sys/sys/ |
| ucontext.h | 75 mcontext_t uc_mcontext; /* machine state */ 106 void cpu_getmcontext(struct lwp *, mcontext_t *, unsigned int *); 107 int cpu_setmcontext(struct lwp *, const mcontext_t *, unsigned int); 108 int cpu_mcontext_validate(struct lwp *, const mcontext_t *);
|
| /src/sys/arch/powerpc/include/ |
| altivec.h | 51 void vec_restore_from_mcontext(struct lwp *, const mcontext_t *); 52 bool vec_save_to_mcontext(struct lwp *, mcontext_t *, unsigned int *);
|
| fpu.h | 83 void fpu_restore_from_mcontext(struct lwp *, const mcontext_t *); 84 bool fpu_save_to_mcontext(struct lwp *, mcontext_t *, unsigned int *);
|
| 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:__anon1778
|
| /src/sys/arch/arm/include/ |
| mcontext.h | 167 } mcontext_t; typedef in typeref:struct:__anon1081 200 } mcontext_t, mcontext32_t; typedef in typeref:struct:__anon1085 233 void vfp_getcontext(struct lwp *, mcontext_t *, int *); 234 void vfp_setcontext(struct lwp *, const mcontext_t *);
|
| /src/lib/libc/arch/m68k/gen/ |
| makecontext.c | 47 mcontext_t *mcp = &ucp->uc_mcontext;
|
| /src/sys/arch/ia64/include/ |
| mcontext.h | 112 } mcontext_t; typedef in typeref:struct:__mcontext
|
| /src/sys/arch/sh3/include/ |
| mcontext.h | 36 * Layout of mcontext_t for the sh3 architecture. 89 } mcontext_t; typedef in typeref:struct:__anon1876
|
| /src/sys/arch/vax/include/ |
| mcontext.h | 36 * Layout of mcontext_t. 65 } mcontext_t; typedef in typeref:struct:__anon2165
|
| /src/sys/arch/alpha/include/ |
| mcontext.h | 93 } mcontext_t; typedef in typeref:struct:__anon909
|
| /src/sys/arch/amd64/include/ |
| mcontext.h | 65 } mcontext_t; typedef in typeref:struct:__anon928
|
| /src/sys/arch/hppa/include/ |
| mcontext.h | 82 } mcontext_t; typedef in typeref:struct:__anon1423
|
| /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:__anon1455
|
| /src/sys/arch/m68k/include/ |
| mcontext.h | 96 } mcontext_t; typedef in typeref:struct:__anon1576
|
| /src/sys/arch/or1k/include/ |
| mcontext.h | 85 } mcontext_t; typedef in typeref:struct:__anon1732
|
| /src/sys/arch/mips/mips/ |
| netbsd32_machdep.c | 215 mcontext_t mc; 219 cpu_getmcontext(l, (mcontext_t *)mc32, flagsp); 243 mcontext_t mc; 253 return cpu_setmcontext(l, (const mcontext_t *)mc32, flags);
|
| /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:__anon1976
|
| /src/sys/arch/arm/arm/ |
| sig_machdep.c | 160 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flags) 205 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp) 216 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
|
| /src/sys/arch/powerpc/powerpc/ |
| sig_machdep.c | 174 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flagp) 216 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp) 222 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
|
| /src/sys/arch/aarch64/aarch64/ |
| cpu_machdep.c | 162 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp) 193 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flagsp) 211 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
|
| /src/sys/arch/hppa/hppa/ |
| hppa_machdep.c | 58 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flags) 133 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp) 171 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
|
| /src/sys/arch/mips/include/ |
| mcontext.h | 132 } mcontext_t; typedef in typeref:struct:__anon1662
|
| /src/sys/arch/riscv/include/ |
| mcontext.h | 130 } mcontext_t; typedef in typeref:struct:__anon1838
|
| /src/sys/arch/usermode/dev/ |
| cpu.c | 314 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flags) 322 memcpy(mcp, &ucp->uc_mcontext, sizeof(mcontext_t)); 332 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp) 346 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
|