Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_context.c74 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 Ducontext.h87 int get_mcontext(struct thread *, mcontext_t *, int);
/f-stack/freebsd/arm/arm/
H A Dmachdep.c426 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 Dpm_machdep.c331 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
H A Dfreebsd32_machdep.c191 error = get_mcontext(td, &mcp64, flags); in get_mcontext32()
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c570 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 Dmachdep.c2271 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2893 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext() function