Searched refs:mcontext32_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/powerpc/include/
H A Ducontext.h63 } mcontext32_t __aligned(16);
/freebsd-10.2-release/sys/mips/include/
H A Ducontext.h78 } mcontext32_t; typedef in typeref:struct:__mcontext32
82 mcontext32_t uc_mcontext;
/freebsd-10.2-release/sys/mips/mips/
H A Dfreebsd32_machdep.c70 static int get_mcontext32(struct thread *, mcontext32_t *, int);
71 static int set_mcontext32(struct thread *, mcontext32_t *);
203 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
230 set_mcontext32(struct thread *td, mcontext32_t *mcp)
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dexec_machdep.c107 mcontext32_t uc_mcontext;
119 static int grab_mcontext32(struct thread *td, mcontext32_t *, int flags);
704 grab_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
727 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags)
742 set_mcontext32(struct thread *td, mcontext32_t *mcp)

Completed in 72 milliseconds