Searched refs:__mcontext (Results 1 – 7 of 7) sorted by relevance
60 struct __mcontext;98 void get_fpcontext(struct thread *td, struct __mcontext *mcp,100 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 { struct106 typedef struct __mcontext { argument
39 typedef struct __mcontext { struct
79 ucp->uc_mcontext.mc_len = sizeof(struct __mcontext); in __signalcontext()