Searched refs:get_mcontext (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_context.c | 74 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_getcontext() 114 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_swapcontext()
|
| /f-stack/freebsd/sys/ |
| H A D | ucontext.h | 87 int get_mcontext(struct thread *, mcontext_t *, int);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 426 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function 574 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 331 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| H A D | freebsd32_machdep.c | 191 error = get_mcontext(td, &mcp64, flags); in get_mcontext32()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 570 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function 861 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0); in sendsig()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 2271 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2893 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|