Searched refs:get_mcontext (Results 1 – 9 of 9) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_context.c | 70 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_getcontext() 110 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET); in sys_swapcontext()
|
| /src/sys/sys/ |
| H A D | ucontext.h | 71 int get_mcontext(struct thread *, mcontext_t *, int);
|
| /src/sys/arm/arm/ |
| H A D | exec_machdep.c | 170 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function 313 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0); in sendsig()
|
| /src/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 206 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function 377 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0); in sendsig()
|
| /src/sys/arm64/arm64/ |
| H A D | exec_machdep.c | 482 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext() function 814 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0); in sendsig()
|
| /src/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 343 get_mcontext(td, &uc.uc_mcontext, 0); in linux_rt_sendsig()
|
| /src/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 588 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| /src/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 458 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|
| /src/sys/i386/i386/ |
| H A D | exec_machdep.c | 1108 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
|