Home
last modified time | relevance | path

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

/csrg-svn/sys/hp300/include/
H A Dsignal.h26 struct sigcontext { struct
27 int sc_onstack; /* sigstack state to restore */
28 int sc_mask; /* signal mask to restore */
29 int sc_sp; /* sp to restore */
30 int sc_fp; /* fp to restore */
31 int sc_ap; /* ap to restore */
32 int sc_pc; /* pc to restore */
33 int sc_ps; /* psl to restore */
/csrg-svn/sys/vax/include/
H A Dsignal.h27 struct sigcontext { struct
28 int sc_onstack; /* sigstack state to restore */
29 int sc_mask; /* signal mask to restore */
30 int sc_sp; /* sp to restore */
31 int sc_fp; /* fp to restore */
32 int sc_ap; /* ap to restore */
33 int sc_pc; /* pc to restore */
34 int sc_ps; /* psl to restore */
/csrg-svn/sys/pmax/include/
H A Dsignal.h29 struct sigcontext { struct
30 int sc_onstack; /* sigstack state to restore */
31 int sc_mask; /* signal mask to restore */
32 int sc_pc; /* pc at time of signal */
33 int sc_regs[34]; /* processor regs 0 to 31, mullo, mullhi */
34 int sc_fpused; /* fp has been used */
35 int sc_fpregs[33]; /* fp regs 0 to 31 and csr */
36 int sc_fpc_eir; /* floating point exception instruction reg */
/csrg-svn/sys/tahoe/include/
H A Dsignal.h27 struct sigcontext { struct
28 int sc_onstack; /* sigstack state to restore */
29 int sc_mask; /* signal mask to restore */
30 int sc_sp; /* sp to restore */
31 int sc_fp; /* fp to restore */
32 int sc_ap; /* ap to restore */
33 int sc_pc; /* pc to restore */
34 int sc_ps; /* psl to restore */
/csrg-svn/sys/i386/include/
H A Dsignal.h26 struct sigcontext { struct
27 int sc_onstack; /* sigstack state to restore */
28 int sc_mask; /* signal mask to restore */
29 int sc_sp; /* sp to restore */
30 int sc_fp; /* fp to restore */
31 int sc_ap; /* ap to restore */
32 int sc_pc; /* pc to restore */
33 int sc_ps; /* psl to restore */
/csrg-svn/sys/sparc/include/
H A Dsignal.h34 struct sigcontext { struct
35 int sc_onstack; /* sigstack state to restore */
36 int sc_mask; /* signal mask to restore */
38 int sc_sp; /* %sp to restore */
39 int sc_pc; /* pc to restore */
40 int sc_npc; /* npc to restore */
41 int sc_psr; /* psr to restore */
42 int sc_g1; /* %g1 to restore */
43 int sc_o0; /* %o0 to restore */