Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_context.c70 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 Ducontext.h71 int get_mcontext(struct thread *, mcontext_t *, int);
/src/sys/arm/arm/
H A Dexec_machdep.c170 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 Dexec_machdep.c206 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 Dexec_machdep.c482 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 Dlinux_sysvec.c343 get_mcontext(td, &uc.uc_mcontext, 0); in linux_rt_sendsig()
/src/sys/amd64/amd64/
H A Dexec_machdep.c588 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
/src/sys/powerpc/powerpc/
H A Dexec_machdep.c458 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
/src/sys/i386/i386/
H A Dexec_machdep.c1108 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function