Searched refs:mcontext_t (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ucontext.h | 87 int get_mcontext(struct thread *, mcontext_t *, int); 88 int set_mcontext(struct thread *, mcontext_t *);
|
| H A D | _ucontext.h | 46 mcontext_t uc_mcontext;
|
| /f-stack/freebsd/x86/include/ |
| H A D | ucontext.h | 94 } mcontext_t; typedef 164 } mcontext_t; typedef
|
| /f-stack/freebsd/arm/include/ |
| H A D | ucontext.h | 86 } mcontext_t; typedef
|
| /f-stack/freebsd/arm64/include/ |
| H A D | ucontext.h | 62 typedef struct __mcontext mcontext_t; typedef
|
| /f-stack/freebsd/mips/include/ |
| H A D | ucontext.h | 60 } mcontext_t; typedef
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | machdep.c | 103 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 D | pm_machdep.c | 331 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 D | freebsd32_machdep.c | 187 mcontext_t mcp64; in get_mcontext32() 214 mcontext_t mcp64; in set_mcontext32()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep.c | 426 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 D | machdep.c | 171 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 D | machdep.c | 167 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()
|