Searched refs:get_mcontext (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_context.c | 71 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/ |
| HD | ucontext.h | 101 int get_mcontext(struct thread *, mcontext_t *, int);
|
| /trueos/sys/ia64/ia64/ |
| HD | unaligned.c | 287 get_mcontext(td, &context, 0); in unaligned_fixup()
|
| HD | machdep.c | 1059 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/ |
| HD | machdep.c | 643 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/ |
| HD | machdep.c | 245 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/ |
| HD | pm_machdep.c | 369 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| HD | freebsd32_machdep.c | 209 error = get_mcontext(td, &mcp64, flags); in get_mcontext32()
|
| /trueos/sys/powerpc/powerpc/ |
| HD | exec_machdep.c | 430 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| /trueos/sys/amd64/amd64/ |
| HD | machdep.c | 2366 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| /trueos/sys/i386/i386/ |
| HD | machdep.c | 3780 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function
|