Searched refs:mcontext_t (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-current/sys/arch/hpc/stand/include/machine/
H A Dmcontext.h5 } mcontext_t; typedef in typeref:struct:__anon8444
/netbsd-current/sys/sys/
H A Ducontext.h75 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 *);
/netbsd-current/sys/arch/powerpc/include/
H A Daltivec.h51 void vec_restore_from_mcontext(struct lwp *, const mcontext_t *);
52 bool vec_save_to_mcontext(struct lwp *, mcontext_t *, unsigned int *);
H A Dfpu.h83 void fpu_restore_from_mcontext(struct lwp *, const mcontext_t *);
84 bool fpu_save_to_mcontext(struct lwp *, mcontext_t *, unsigned int *);
H A Dmcontext.h36 * 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:__anon41
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d55 mcontext_t
62 mcontext_t uc_mcontext;
133 struct mcontext_t
145 mcontext_t uc_mcontext;
205 struct mcontext_t
218 mcontext_t uc_mcontext;
248 struct mcontext_t
263 mcontext_t uc_mcontext;
293 struct mcontext_t
317 struct mcontext_t
[all...]
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dmakecontext.c47 mcontext_t *mcp = &ucp->uc_mcontext;
/netbsd-current/sys/arch/arm/include/
H A Dmcontext.h167 } mcontext_t; typedef in typeref:struct:__anon20
200 } mcontext_t, mcontext32_t; typedef in typeref:struct:__anon24
279 void vfp_getcontext(struct lwp *, mcontext_t *, int *);
280 void vfp_setcontext(struct lwp *, const mcontext_t *);
/netbsd-current/sys/arch/vax/include/
H A Dmcontext.h36 * Layout of mcontext_t.
65 } mcontext_t; typedef in typeref:struct:__anon58
/netbsd-current/sys/arch/i386/include/
H A Dmcontext.h45 * Layout of mcontext_t according to the System V Application Binary Interface,
97 } mcontext_t; typedef in typeref:struct:__anon33
/netbsd-current/sys/arch/sh3/include/
H A Dmcontext.h36 * Layout of mcontext_t for the sh3 architecture.
82 } mcontext_t; typedef in typeref:struct:__anon44
/netbsd-current/sys/arch/alpha/include/
H A Dmcontext.h93 } mcontext_t; typedef in typeref:struct:__anon9
/netbsd-current/sys/arch/ia64/include/
H A Dmcontext.h112 } mcontext_t; typedef in typeref:struct:__mcontext
/netbsd-current/sys/arch/hppa/include/
H A Dmcontext.h82 } mcontext_t; typedef in typeref:struct:__anon28
/netbsd-current/sys/arch/or1k/include/
H A Dmcontext.h85 } mcontext_t; typedef in typeref:struct:__anon16752
/netbsd-current/sys/arch/mips/mips/
H A Dnetbsd32_machdep.c216 mcontext_t mc;
220 cpu_getmcontext(l, (mcontext_t *)mc32, flagsp);
244 mcontext_t mc;
254 return cpu_setmcontext(l, (const mcontext_t *)mc32, flags);
/netbsd-current/sys/arch/sparc/include/
H A Dmcontext.h40 * Layout of mcontext_t according the System V Application Binary Interface,
144 } mcontext_t; typedef in typeref:struct:__anon51
/netbsd-current/sys/arch/amd64/include/
H A Dmcontext.h65 } mcontext_t; typedef in typeref:struct:__anon11
/netbsd-current/sys/arch/m68k/include/
H A Dmcontext.h96 } mcontext_t; typedef in typeref:struct:__anon36
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c174 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)
/netbsd-current/sys/arch/arm/arm/
H A Dsig_machdep.c160 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)
/netbsd-current/sys/arch/hppa/hppa/
H A Dhppa_machdep.c58 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)
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c159 cpu_mcontext_validate(struct lwp *l, const mcontext_t *mcp)
190 cpu_getmcontext(struct lwp *l, mcontext_t *mcp, unsigned int *flagsp)
208 cpu_setmcontext(struct lwp *l, const mcontext_t *mcp, unsigned int flags)
/netbsd-current/sys/arch/mips/include/
H A Dmcontext.h132 } mcontext_t; typedef in typeref:struct:__anon7
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dfreebsd-unwind.h78 mcontext_t *sc;

Completed in 317 milliseconds

123