Searched defs:sigcontext (Results 1 – 9 of 9) sorted by relevance
53 struct sigcontext { struct54 int sc_onstack; /* sigstack state to restore */55 int __sc_mask13; /* signal mask to restore (old style) */56 int sc_sp; /* sp to restore */57 int sc_fp; /* fp to restore */58 int sc_ap; /* ap to restore */59 int sc_pcsqh; /* pc space queue (head) to restore */60 int sc_pcoqh; /* pc offset queue (head) to restore */61 int sc_pcsqt; /* pc space queue (tail) to restore */62 int sc_pcoqt; /* pc offset queue (tail) to restore */[all …]
83 struct sigcontext { struct84 int sc_gs;85 int sc_fs;86 int sc_es;87 int sc_ds;88 int sc_edi;89 int sc_esi;90 int sc_ebp;91 int sc_ebx;92 int sc_edx;[all …]
83 struct sigcontext { struct84 int sc_spc;85 int sc_ssr;86 int sc_pr;87 int sc_r14;88 int sc_r13;89 int sc_r12;90 int sc_r11;91 int sc_r10;92 int sc_r9;[all …]
98 struct sigcontext { struct99 int sc_onstack; /* sigstack state to restore */100 int __sc_mask13; /* signal mask to restore (old style) */102 unsigned int sc_spsr;103 unsigned int sc_r0;104 unsigned int sc_r1;105 unsigned int sc_r2;106 unsigned int sc_r3;107 unsigned int sc_r4;108 unsigned int sc_r5;[all …]
71 struct sigcontext { struct72 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 */[all …]
84 struct sigcontext { struct85 int sc_onstack; /* sigstack state to restore */86 int __sc_mask13; /* signal mask to restore (old style) */88 long sc_sp; /* %sp to restore */89 long sc_pc; /* pc to restore */90 long sc_npc; /* npc to restore */92 long sc_tstate; /* tstate to restore */94 long sc_psr; /* psr to restore */96 long sc_g1; /* %g1 to restore */97 long sc_o0; /* %o0 to restore */[all …]
70 struct sigcontext { struct71 int sc_onstack; /* sigstack state to restore */72 int __sc_mask13; /* signal mask to restore (old style) */73 int sc_sp; /* sp to restore */74 int sc_fp; /* fp to restore */75 int sc_ap; /* ap to restore */76 int sc_pc; /* pc to restore */77 int sc_ps; /* psl to restore */78 sigset_t sc_mask; /* signal mask to restore (new style) */
67 struct sigcontext { struct68 int sc_onstack; /* saved onstack flag */69 int __sc_mask13; /* saved signal mask (old style) */70 struct utrapframe sc_frame; /* saved registers */71 sigset_t sc_mask; /* saved signal mask (new style) */
75 struct sigcontext { struct88 #define sendsig_sigcontext sendsig_sighelper argument100 vaddr_t scp; /* Pointer to struct sigcontext */ argument