Home
last modified time | relevance | path

Searched refs:mcontext_t (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/sys/
H A Ducontext.h87 int get_mcontext(struct thread *, mcontext_t *, int);
88 int set_mcontext(struct thread *, mcontext_t *);
H A D_ucontext.h46 mcontext_t uc_mcontext;
/f-stack/freebsd/x86/include/
H A Ducontext.h94 } mcontext_t; typedef
164 } mcontext_t; typedef
/f-stack/freebsd/arm/include/
H A Ducontext.h86 } mcontext_t; typedef
/f-stack/freebsd/arm64/include/
H A Ducontext.h62 typedef struct __mcontext mcontext_t; typedef
/f-stack/freebsd/mips/include/
H A Ducontext.h60 } mcontext_t; typedef
/f-stack/freebsd/arm64/arm64/
H A Dmachdep.c103 static void get_fpcontext(struct thread *td, mcontext_t *mcp);
104 static void set_fpcontext(struct thread *td, mcontext_t *mcp);
570 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext()
594 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
617 get_fpcontext(struct thread *td, mcontext_t *mcp) in get_fpcontext()
650 set_fpcontext(struct thread *td, mcontext_t *mcp) in set_fpcontext()
/f-stack/freebsd/mips/mips/
H A Dpm_machdep.c331 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext()
361 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
H A Dfreebsd32_machdep.c187 mcontext_t mcp64; in get_mcontext32()
214 mcontext_t mcp64; in set_mcontext32()
/f-stack/freebsd/arm/arm/
H A Dmachdep.c426 get_mcontext(struct thread *td, mcontext_t *mcp, int clear_ret) in get_mcontext()
468 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c171 static void get_fpcontext(struct thread *td, mcontext_t *mcp,
173 static int set_fpcontext(struct thread *td, mcontext_t *mcp,
2271 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext()
2330 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
2394 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext()
2417 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, in set_fpcontext()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c167 static void get_fpcontext(struct thread *td, mcontext_t *mcp,
169 static int set_fpcontext(struct thread *td, mcontext_t *mcp,
2893 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext()
2946 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
2991 get_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpusave, in get_fpcontext()
3014 set_fpcontext(struct thread *td, mcontext_t *mcp, char *xfpustate, in set_fpcontext()