Home
last modified time | relevance | path

Searched refs:get_mcontext (Results 1 – 11 of 11) sorted by relevance

/trueos/sys/kern/
HDkern_context.c71 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_getcontext()
111 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_swapcontext()
/trueos/sys/sys/
HDucontext.h101 int get_mcontext(struct thread *, mcontext_t *, int);
/trueos/sys/ia64/ia64/
HDunaligned.c287 get_mcontext(td, &context, 0); in unaligned_fixup()
HDmachdep.c1059 get_mcontext(td, &sf.sf_uc.uc_mcontext, 0); in sendsig()
1229 get_mcontext(struct thread *td, mcontext_t *mc, int flags) in get_mcontext() function
/trueos/sys/sparc64/sparc64/
HDmachdep.c643 get_mcontext(td, &sf.sf_uc.uc_mcontext, 0); in sendsig()
763 get_mcontext(struct thread *td, mcontext_t *mc, int flags) in get_mcontext() function
/trueos/sys/arm/arm/
HDmachdep.c245 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
665 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function
/trueos/sys/mips/mips/
HDpm_machdep.c369 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
HDfreebsd32_machdep.c209 error = get_mcontext(td, &mcp64, flags); in get_mcontext32()
/trueos/sys/powerpc/powerpc/
HDexec_machdep.c430 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
/trueos/sys/amd64/amd64/
HDmachdep.c2366 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
/trueos/sys/i386/i386/
HDmachdep.c3780 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function