Searched refs:cpu_setmcontext32 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Ducontext.h69 int cpu_setmcontext32(struct lwp *, const mcontext32_t *, unsigned int);
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dnetbsd32_machdep.c276 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mc32, unsigned int flags) function
H A Dmips_machdep.c2202 error = cpu_setmcontext32(l, &uc->uc_mcontext, uc->uc_flags);
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_signal.c388 error = cpu_setmcontext32(l, &ucp->uc_mcontext, ucp->uc_flags);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c1198 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags) function
1367 error = cpu_setmcontext32(l, &uc->uc_mcontext, uc->uc_flags);
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c846 cpu_setmcontext32(struct lwp *l, const mcontext32_t *mcp, unsigned int flags) function
967 error = cpu_setmcontext32(l, &uc->uc_mcontext, uc->uc_flags);

Completed in 124 milliseconds