Home
last modified time | relevance | path

Searched defs:sigcontext (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsignal.h54 int sc_fs;
55 int sc_es;
56 int sc_ds;
57 int sc_edi;
58 int sc_esi;
59 int sc_ebp;
60 int sc_isp;
61 int sc_ebx;
62 int sc_edx;
68 int sc_cs;
[all …]
/f-stack/freebsd/mips/include/
H A Dsignal.h62 struct sigcontext { struct
69 __sigset_t sc_mask; /* signal mask to restore */
70 int sc_onstack; /* sigstack state to restore */
71 __register_t sc_pc; /* pc at time of signal */
72 __register_t sc_regs[32]; /* processor regs 0 to 31 */
73 __register_t sr; /* status register */
74 __register_t mullo, mulhi; /* mullo and mulhi registers... */
75 int sc_fpused; /* fp has been used */
76 f_register_t sc_fpregs[33]; /* fp regs 0 to 31 and csr */
78 void *sc_tls; /* pointer to TLS area */
[all …]
/f-stack/freebsd/arm64/include/
H A Dsignal.h44 struct sigcontext { struct
45 int _dummy;
/f-stack/freebsd/arm/include/
H A Dsignal.h46 struct sigcontext { struct
47 int _dummy;