Searched refs:__mcontext (Results 1 – 7 of 7) sorted by relevance
59 struct __mcontext;96 void get_fpcontext(struct thread *td, struct __mcontext *mcp,98 int set_fpcontext(struct thread *td, struct __mcontext *mcp,
57 struct __mcontext { struct66 typedef struct __mcontext mcontext_t; argument
74 struct __mcontext { struct85 typedef struct __mcontext mcontext_t; argument
42 typedef struct __mcontext { struct104 typedef struct __mcontext { struct
39 typedef struct __mcontext { struct
79 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()