Searched refs:get_mcontext (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Ducontext.h80 * Flags for get_mcontext(). The low order 4 bits (i.e a mask of 0x0f) are
87 int get_mcontext(struct thread *, mcontext_t *, int);
/freebsd-12-stable/sys/kern/
H A Dkern_context.c74 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET);
115 get_mcontext(td, &uc.uc_mcontext, GET_MC_CLEAR_RET);
/freebsd-12-stable/sys/mips/mips/
H A Dpm_machdep.c334 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function
H A Dfreebsd32_machdep.c212 error = get_mcontext(td, &mcp64, flags);
/freebsd-12-stable/sys/riscv/riscv/
H A Dmachdep.c337 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) function
625 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dmachdep.c643 get_mcontext(td, &sf.sf_uc.uc_mcontext, 0);
759 get_mcontext(struct thread *td, mcontext_t *mc, int flags) function
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep.c501 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) function
649 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c397 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) function
685 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c355 * get_mcontext/sendsig helper routine that doesn't touch the
385 ("get_mcontext: fp save not curthread"));
409 ("get_mcontext: fp save not curthread"));
425 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2256 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c2915 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) function

Completed in 203 milliseconds