Home
last modified time | relevance | path

Searched defs:sigframe_sigcontext (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/arch/i386/include/
H A Dframe.h151 struct sigframe_sigcontext { struct
154 int sf_ra_sigreturn; /* first return to sigreturn */
158 int sf_signum; /* "signum" argument for handler */
159 int sf_code; /* "code" argument for handler */
160 struct sigcontext *sf_scp; /* "scp" argument for handler */
163 uint32_t sf_fp; /* saved FP */
164 int sf_ra; /* actual return address for handler */
165 struct sigcontext *sf_scpcopy; /* minix scp copy */
167 struct sigcontext sf_sc; /* actual saved context */
/minix3/sys/arch/arm/include/
H A Dframe.h92 struct sigframe_sigcontext { struct
94 struct sigcontext *sf_scp; /* Let sigreturn find sigcontext */
96 struct sigcontext sf_sc;