Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Ducontext.h71 } mcontext32_t; typedef
75 mcontext32_t uc_mcontext;
/f-stack/freebsd/mips/include/
H A Ducontext.h76 } mcontext32_t; typedef
80 mcontext32_t uc_mcontext;
/f-stack/freebsd/mips/mips/
H A Dfreebsd32_machdep.c72 static int get_mcontext32(struct thread *, mcontext32_t *, int);
73 static int set_mcontext32(struct thread *, mcontext32_t *);
185 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32()
212 set_mcontext32(struct thread *td, mcontext32_t *mcp) in set_mcontext32()
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c166 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32()
193 set_mcontext32(struct thread *td, mcontext32_t *mcp) in set_mcontext32()