Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dsignal.h56 long sc_rdi;
57 long sc_rsi;
58 long sc_rdx;
60 long sc_r8;
61 long sc_r9;
71 long sc_gs;
72 long sc_fs;
73 long sc_es;
74 long sc_ds;
78 long sc_cs;
[all …]
/openbsd/sys/arch/arm/include/
H A Dsignal.h63 struct sigcontext { struct
64 long sc_cookie;
68 unsigned int sc_r0;
69 unsigned int sc_r1;
70 unsigned int sc_r2;
71 unsigned int sc_r3;
72 unsigned int sc_r4;
73 unsigned int sc_r5;
74 unsigned int sc_r6;
75 unsigned int sc_r7;
[all …]
/openbsd/sys/arch/i386/include/
H A Dsignal.h55 int sc_gs;
56 int sc_fs;
57 int sc_es;
58 int sc_ds;
59 int sc_edi;
60 int sc_esi;
61 int sc_ebp;
62 int sc_ebx;
63 int sc_edx;
68 int sc_cs;
[all …]
/openbsd/sys/arch/riscv64/include/
H A Dsignal.h48 struct sigcontext { struct
49 int __sc_unused;
50 int sc_mask;
52 __register_t sc_ra;
53 __register_t sc_sp;
54 __register_t sc_gp;
55 __register_t sc_tp;
56 __register_t sc_t[7];
58 __register_t sc_a[8];
59 __register_t sc_sepc;
[all …]
/openbsd/sys/arch/powerpc64/include/
H A Dsignal.h45 struct sigcontext { struct
46 long sc_cookie;
49 __register_t sc_lr;
50 __register_t sc_cr;
51 __register_t sc_xer;
52 __register_t sc_ctr;
53 __register_t sc_pc;
54 __register_t sc_ps;
55 __register_t sc_vrsave;
57 __uint64_t sc_fpscr;
[all …]
/openbsd/sys/arch/alpha/include/
H A Dsignal.h49 struct sigcontext { struct
50 long sc_cookie;
52 long sc_pc; /* pc to restore */
53 long sc_ps; /* ps to restore */
54 unsigned long sc_regs[32]; /* integer register set (see above) */
56 long sc_ownedfp; /* fp has been used */
57 unsigned long sc_fpregs[32]; /* FP register set (see above) */
58 unsigned long sc_fpcr; /* FP control register (see above) */
59 unsigned long sc_fp_control; /* FP software control word */
60 long sc_reserved[2]; /* XXX */
[all …]
/openbsd/sys/arch/mips64/include/
H A Dsignal.h56 struct sigcontext { struct
57 long sc_cookie;
58 long sc_mask; /* signal mask to restore XXX should be int */
59 __register_t sc_pc; /* pc at time of signal */
60 __register_t sc_regs[32]; /* processor regs 0 to 31 */
61 __register_t mullo; /* mullo and mulhi registers... */
62 __register_t mulhi; /* mullo and mulhi registers... */
63 f_register_t sc_fpregs[33]; /* fp regs 0 to 31 and csr */
64 long sc_fpused; /* fp has been used */
65 long sc_fpc_eir; /* floating point exception instruction reg */
[all …]
/openbsd/sys/arch/hppa/include/
H A Dsignal.h49 struct sigcontext { struct
50 unsigned long __sc_unused;
51 long sc_mask; /* signal mask to restore XXX should be int */
52 unsigned long sc_ps; /* psl to restore */
53 unsigned long sc_fp; /* fp to restore */
54 unsigned long sc_pcoqh; /* pc offset queue (head) to restore */
55 unsigned long sc_pcoqt; /* pc offset queue (tail) to restore */
56 unsigned long sc_resv[2];
57 unsigned long sc_regs[32];
58 unsigned long sc_fpregs[64];
[all …]
/openbsd/sys/arch/arm64/include/
H A Dsignal.h51 struct sigcontext { struct
52 int __sc_unused;
53 int sc_mask; /* signal mask to restore */
55 unsigned long sc_sp;
56 unsigned long sc_lr;
57 unsigned long sc_elr;
58 unsigned long sc_spsr;
59 unsigned long sc_x[30];
61 long sc_cookie;
/openbsd/sys/arch/sparc64/include/
H A Dsignal.h59 struct sigcontext { struct
60 long sc_cookie;
62 long sc_sp; /* %sp to restore */
63 long sc_pc; /* pc to restore */
64 long sc_npc; /* npc to restore */
65 long sc_tstate; /* tstate to restore */
66 long sc_g1; /* %g1 to restore */
67 long sc_o0; /* %o0 to restore */
68 int sc_mask; /* signal mask to restore */
/openbsd/sys/arch/sh/include/
H A Dsignal.h51 struct sigcontext { struct
52 int sc_reg[21];
53 int sc_fpreg[34];
55 long sc_cookie;
57 int sc_expevt; /* XXX should be above */
58 int sc_err;
60 int sc_mask; /* signal mask to restore */
/openbsd/sys/arch/m88k/include/
H A Dsignal.h49 struct sigcontext { struct
50 long sc_cookie;
51 int sc_mask; /* signal mask to restore */
53 unsigned int sc_regs[32 + 25];
/openbsd/sys/arch/powerpc/include/
H A Dsignal.h66 struct sigcontext { struct
67 long sc_cookie;
68 int sc_mask; /* saved signal mask */
69 struct trapframe sc_frame; /* saved registers */
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4238.C5 struct sigcontext { struct
6 int sc_wbuf[31][25];