mcontext32_t
get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
set_mcontext32(struct thread *td, mcontext32_t *mcp)
_Static_assert(sizeof(mcontext32_t) == 208, "mcontext32_t size incorrect");
mcontext32_t uc_mcontext;
} mcontext32_t __aligned(16);
mcontext32_t uc_mcontext;
static int grab_mcontext32(struct thread *td, mcontext32_t *, int flags);
_Static_assert(sizeof(mcontext32_t) == 1224, "mcontext32_t size incorrect");
grab_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
set_mcontext32(struct thread *td, mcontext32_t *mcp)