Lines Matching defs:sigcontext
71 struct sigcontext { struct
72 long sc_onstack; /* sigstack state to restore */
73 long __sc_mask13; /* signal mask to restore (old style) */
74 long sc_pc; /* pc to restore */
75 long sc_ps; /* ps to restore */
76 unsigned long sc_regs[32]; /* integer register set (see above) */
78 long sc_ownedfp; /* fp has been used */
79 unsigned long sc_fpregs[32]; /* FP register set (see above) */
80 unsigned long sc_fpcr; /* FP control register (see above) */
81 unsigned long sc_fp_control; /* FP software control word */
82 long sc_reserved[2]; /* XXX */
83 long sc_xxx[8]; /* XXX */
84 sigset_t sc_mask; /* signal mask to restore (new style) */