Home
last modified time | relevance | path

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

/netbsd/sys/arch/sh3/include/
H A Dsignal.h56 int sc_pr;
62 int sc_r9;
63 int sc_r8;
64 int sc_r7;
65 int sc_r6;
66 int sc_r5;
67 int sc_r4;
68 int sc_r3;
69 int sc_r2;
70 int sc_r1;
[all …]
/netbsd/sys/arch/mips/include/
H A Dsignal.h68 struct sigcontext13 { struct
69 int sc_onstack; /* sigstack state to restore */
70 int sc_mask; /* signal mask to restore (old style) */
71 int sc_pc; /* pc at time of signal */
72 int sc_regs[32]; /* processor regs 0 to 31 */
73 int mullo, mulhi; /* mullo and mulhi registers... */
74 int sc_fpused; /* fp has been used */
75 int sc_fpregs[33]; /* fp regs 0 to 31 and csr */
76 int sc_fpc_eir; /* floating point exception instruction reg */
77 int sc_xxx[8]; /* XXX reserved */
/netbsd/sys/arch/i386/include/
H A Dsignal.h58 int sc_gs;
59 int sc_fs;
60 int sc_es;
61 int sc_ds;
62 int sc_edi;
63 int sc_esi;
64 int sc_ebp;
65 int sc_ebx;
66 int sc_edx;
71 int sc_cs;
[all …]
/netbsd/sys/arch/arm/include/
H A Dsignal.h77 unsigned int sc_r0;
78 unsigned int sc_r1;
79 unsigned int sc_r2;
80 unsigned int sc_r3;
81 unsigned int sc_r4;
82 unsigned int sc_r5;
83 unsigned int sc_r6;
84 unsigned int sc_r7;
85 unsigned int sc_r8;
86 unsigned int sc_r9;
[all …]
/netbsd/sys/arch/alpha/include/
H A Dsignal.h54 struct sigcontext13 { struct
55 long sc_onstack; /* sigstack state to restore */
56 long sc_mask; /* signal mask to restore (old style) */
57 long sc_pc; /* pc to restore */
58 long sc_ps; /* ps to restore */
61 long sc_ownedfp; /* fp has been used */
62 unsigned long sc_fpregs[32]; /* FP register set (see above) */
63 unsigned long sc_fpcr; /* FP control register (see above) */
64 unsigned long sc_fp_control; /* FP software control word */
65 long sc_reserved[2]; /* XXX */
[all …]
/netbsd/sys/arch/sparc/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 long sc_sp; /* %sp to restore */
72 long sc_pc; /* pc to restore */
73 long sc_npc; /* npc to restore */
75 long sc_tstate; /* tstate to restore */
77 long sc_psr; /* psr to restore */
79 long sc_g1; /* %g1 to restore */
80 long sc_o0; /* %o0 to restore */
/netbsd/sys/arch/m68k/include/
H A Dsignal.h58 struct sigcontext13 { struct
59 int sc_onstack; /* sigstack state to restore */
60 int sc_mask; /* signal mask to restore (old style) */
61 int sc_sp; /* sp to restore */
62 int sc_fp; /* fp to restore */
63 int sc_ap; /* ap to restore */
64 int sc_pc; /* pc to restore */
65 int sc_ps; /* psl to restore */
/netbsd/sys/arch/powerpc/include/
H A Dsignal.h56 struct sigcontext13 { struct
57 int sc_onstack; /* saved onstack flag */
58 int sc_mask; /* saved signal mask (old style) */
59 struct utrapframe sc_frame; /* saved registers */
/netbsd/sys/arch/vax/include/
H A Dsignal.h65 struct sigcontext13 { struct
66 int sc_onstack; /* sigstack state to restore */
67 int sc_mask; /* signal mask to restore (old style) */
68 int sc_sp; /* sp to restore */
69 int sc_fp; /* fp to restore */
70 int sc_ap; /* ap to restore */
71 int sc_pc; /* pc to restore */
72 int sc_ps; /* psl to restore */