Home
last modified time | relevance | path

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

/minix3/sys/arch/i386/include/
H A Dsignal.h59 struct sigcontext13 { struct
60 int sc_gs;
61 int sc_fs;
62 int sc_es;
63 int sc_ds;
64 int sc_edi;
65 int sc_esi;
66 int sc_ebp;
67 int sc_ebx;
68 int sc_edx;
[all …]
/minix3/sys/arch/arm/include/
H A Dsignal.h67 struct sigcontext13 { struct
68 int sc_onstack; /* sigstack state to restore */
69 int sc_mask; /* signal mask to restore (old style) */
71 unsigned int sc_spsr;
72 unsigned int sc_r0;
73 unsigned int sc_r1;
74 unsigned int sc_r2;
75 unsigned int sc_r3;
76 unsigned int sc_r4;
77 unsigned int sc_r5;
[all …]