Searched defs:sigcontext (Results 1 – 7 of 7) sorted by relevance
50 struct sigcontext { struct51 struct __sigset sc_mask; /* signal mask to restore */52 int sc_onstack; /* sigstack state to restore */53 int sc_gs; /* machine state (struct trapframe) */54 int sc_fs;55 int sc_es;56 int sc_ds;57 int sc_edi;58 int sc_esi;59 int sc_ebp;[all …]
62 struct sigcontext { struct69 __sigset_t sc_mask; /* signal mask to restore */70 int sc_onstack; /* sigstack state to restore */71 __register_t sc_pc; /* pc at time of signal */72 __register_t sc_regs[32]; /* processor regs 0 to 31 */73 __register_t sr; /* status register */74 __register_t mullo, mulhi; /* mullo and mulhi registers... */75 int sc_fpused; /* fp has been used */76 f_register_t sc_fpregs[33]; /* fp regs 0 to 31 and csr */77 __register_t sc_fpc_eir; /* fp exception instruction reg */[all …]
47 struct sigcontext { struct48 int sc_onstack; /* saved onstack flag */49 int __sc_mask13; /* saved signal mask (old style) */50 struct trapframe sc_frame; /* saved registers */51 struct __sigset sc_mask; /* saved signal mask (new style) */
44 struct sigcontext { struct45 int _dummy;
46 struct sigcontext { struct47 int _dummy;