Home
last modified time | relevance | path

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

/minix3/sys/arch/i386/include/
H A Dsignal.h85 struct sigcontext { struct
86 int sc_gs;
87 int sc_fs;
88 int sc_es;
89 int sc_ds;
90 int sc_edi;
91 int sc_esi;
92 int sc_ebp;
93 int sc_ebx;
94 int sc_edx;
[all …]
/minix3/sys/arch/arm/include/
H A Dsignal.h92 struct sigcontext { struct
93 int sc_onstack; /* sigstack state to restore */
94 int __sc_mask13; /* signal mask to restore (old style) */
96 unsigned int sc_spsr;
97 unsigned int sc_r0;
98 unsigned int sc_r1;
99 unsigned int sc_r2;
100 unsigned int sc_r3;
101 unsigned int sc_r4;
102 unsigned int sc_r5;
[all …]