Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/c6x/include/asm/
Dsigcontext.h15 struct sigcontext { struct
16 unsigned long sc_mask; /* old sigmask */
17 unsigned long sc_sp; /* old user stack pointer */
19 unsigned long sc_a4;
20 unsigned long sc_b4;
21 unsigned long sc_a6;
22 unsigned long sc_b6;
23 unsigned long sc_a8;
24 unsigned long sc_b8;
26 unsigned long sc_a0;
[all …]
/linux-3.4.99/arch/blackfin/include/asm/
Dsigcontext.h11 struct sigcontext { struct
12 unsigned long sc_r0;
13 unsigned long sc_r1;
14 unsigned long sc_r2;
15 unsigned long sc_r3;
16 unsigned long sc_r4;
17 unsigned long sc_r5;
18 unsigned long sc_r6;
19 unsigned long sc_r7;
20 unsigned long sc_p0;
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dsigcontext.h102 struct sigcontext { struct
103 unsigned short gs, __gsh;
104 unsigned short fs, __fsh;
105 unsigned short es, __esh;
106 unsigned short ds, __dsh;
107 unsigned long di;
108 unsigned long si;
109 unsigned long bp;
110 unsigned long sp;
111 unsigned long bx;
[all …]
/linux-3.4.99/arch/m32r/include/asm/
Dsigcontext.h4 struct sigcontext { struct
7 unsigned long sc_r4;
8 unsigned long sc_r5;
9 unsigned long sc_r6;
10 struct pt_regs *sc_pt_regs;
11 unsigned long sc_r0;
12 unsigned long sc_r1;
13 unsigned long sc_r2;
14 unsigned long sc_r3;
15 unsigned long sc_r7;
[all …]
/linux-3.4.99/arch/mn10300/include/asm/
Dsigcontext.h20 struct sigcontext { struct
21 unsigned long d0;
22 unsigned long d1;
23 unsigned long d2;
24 unsigned long d3;
25 unsigned long a0;
26 unsigned long a1;
27 unsigned long a2;
28 unsigned long a3;
29 unsigned long e0;
[all …]
/linux-3.4.99/arch/arm/include/asm/
Dsigcontext.h9 struct sigcontext { struct
10 unsigned long trap_no;
11 unsigned long error_code;
12 unsigned long oldmask;
13 unsigned long arm_r0;
14 unsigned long arm_r1;
15 unsigned long arm_r2;
16 unsigned long arm_r3;
17 unsigned long arm_r4;
18 unsigned long arm_r5;
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dsigcontext.h34 struct sigcontext { struct
35 unsigned long sc_flags; /* see manifest constants above */
36 unsigned long sc_nat; /* bit i == 1 iff scratch reg gr[i] is a NaT */
37 stack_t sc_stack; /* previously active stack */
39 unsigned long sc_ip; /* instruction pointer */
40 unsigned long sc_cfm; /* current frame marker */
41 unsigned long sc_um; /* user mask bits */
42 unsigned long sc_ar_rsc; /* register stack configuration register */
43 unsigned long sc_ar_bsp; /* backing store pointer */
44 unsigned long sc_ar_rnat; /* RSE NaT collection register */
[all …]
/linux-3.4.99/arch/sh/include/asm/
Dsigcontext.h4 struct sigcontext { struct
5 unsigned long oldmask;
9 unsigned long long sc_regs[63];
10 unsigned long long sc_tregs[8];
11 unsigned long long sc_pc;
12 unsigned long long sc_sr;
15 unsigned long long sc_fpregs[32];
16 unsigned int sc_fpscr;
17 unsigned int sc_fpvalid;
20 unsigned long sc_regs[16];
[all …]
/linux-3.4.99/arch/alpha/include/asm/
Dsigcontext.h4 struct sigcontext { struct
13 long sc_onstack;
14 long sc_mask;
15 long sc_pc;
16 long sc_ps;
17 long sc_regs[32];
18 long sc_ownedfp;
19 long sc_fpregs[32];
20 unsigned long sc_fpcr;
21 unsigned long sc_fp_control;
[all …]
/linux-3.4.99/arch/avr32/include/asm/
Dsigcontext.h11 struct sigcontext { struct
12 unsigned long oldmask;
15 unsigned long sr;
16 unsigned long pc;
17 unsigned long lr;
18 unsigned long sp;
19 unsigned long r12;
20 unsigned long r11;
21 unsigned long r10;
22 unsigned long r9;
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dsigcontext.h21 struct sigcontext { struct
22 unsigned int sc_regmask; /* Unused */
23 unsigned int sc_status; /* Unused */
24 unsigned long long sc_pc;
48 * Keep this struct definition in sync with the sigcontext fragment argument
57 struct sigcontext { struct
77 struct sigcontext32 { argument
/linux-3.4.99/arch/sh/include/cpu-sh4/cpu/
Dsigcontext.h4 struct sigcontext { struct
5 unsigned long oldmask;
8 unsigned long sc_regs[16];
9 unsigned long sc_pc;
10 unsigned long sc_pr;
11 unsigned long sc_sr;
12 unsigned long sc_gbr;
13 unsigned long sc_mach;
14 unsigned long sc_macl;
17 unsigned long sc_fpregs[16];
[all …]
/linux-3.4.99/arch/m68k/include/asm/
Dsigcontext.h4 struct sigcontext { struct
5 unsigned long sc_mask; /* old sigmask */
6 unsigned long sc_usp; /* old user stack pointer */
7 unsigned long sc_d0;
8 unsigned long sc_d1;
9 unsigned long sc_a0;
10 unsigned long sc_a1;
12 unsigned long sc_a5;
14 unsigned short sc_sr;
15 unsigned long sc_pc;
[all …]
/linux-3.4.99/arch/score/include/asm/
Dsigcontext.h8 struct sigcontext { struct
9 unsigned int sc_regmask;
10 unsigned int sc_psr;
11 unsigned int sc_condition;
12 unsigned long sc_pc;
13 unsigned long sc_regs[32];
14 unsigned int sc_ssflags;
15 unsigned int sc_mdceh;
16 unsigned int sc_mdcel;
17 unsigned int sc_ecr;
[all …]
/linux-3.4.99/arch/h8300/include/asm/
Dsigcontext.h4 struct sigcontext { struct
5 unsigned long sc_mask; /* old sigmask */
6 unsigned long sc_usp; /* old user stack pointer */
7 unsigned long sc_er0;
8 unsigned long sc_er1;
9 unsigned long sc_er2;
10 unsigned long sc_er3;
11 unsigned long sc_er4;
12 unsigned long sc_er5;
13 unsigned long sc_er6;
[all …]
/linux-3.4.99/arch/powerpc/include/asm/
Dsigcontext.h16 struct sigcontext { struct
29 * To maintain compatibility with current implementations the sigcontext is argument
82 elf_vrreg_t __user *v_regs;
83 long vmx_reserve[ELF_NVRREG+ELF_NVRREG+32+1];
/linux-3.4.99/arch/xtensa/include/asm/
Dsigcontext.h15 struct sigcontext { struct
16 unsigned long sc_pc;
17 unsigned long sc_ps;
18 unsigned long sc_lbeg;
19 unsigned long sc_lend;
20 unsigned long sc_lcount;
21 unsigned long sc_sar;
22 unsigned long sc_acclo;
23 unsigned long sc_acchi;
24 unsigned long sc_a[16];
[all …]
/linux-3.4.99/arch/sh/include/cpu-common/cpu/
Dsigcontext.h4 struct sigcontext { struct
5 unsigned long oldmask;
8 unsigned long sc_regs[16];
9 unsigned long sc_pc;
10 unsigned long sc_pr;
11 unsigned long sc_sr;
12 unsigned long sc_gbr;
13 unsigned long sc_mach;
14 unsigned long sc_macl;
/linux-3.4.99/arch/tile/include/asm/
Dsigcontext.h26 struct sigcontext { struct
27 __uint_reg_t gregs[53]; /* General-purpose registers. */
28 __uint_reg_t tp; /* Aliases gregs[TREG_TP]. */
29 __uint_reg_t sp; /* Aliases gregs[TREG_SP]. */
30 __uint_reg_t lr; /* Aliases gregs[TREG_LR]. */
31 __uint_reg_t pc; /* Program counter. */
32 __uint_reg_t ics; /* In Interrupt Critical Section? */
33 __uint_reg_t faultnum; /* Fault number. */
34 __uint_reg_t pad[5];
/linux-3.4.99/arch/parisc/include/asm/
Dsigcontext.h9 struct sigcontext { struct
10 unsigned long sc_flags;
12 unsigned long sc_gr[32]; /* PSW in sc_gr[0] */
13 unsigned long long sc_fr[32]; /* FIXME, do we need other state info? */
14 unsigned long sc_iasq[2];
15 unsigned long sc_iaoq[2];
16 unsigned long sc_sar; /* cr11 */
/linux-3.4.99/arch/unicore32/include/asm/
Dsigcontext.h21 struct sigcontext { struct
22 unsigned long trap_no;
23 unsigned long error_code;
24 unsigned long oldmask;
25 unsigned long fault_address;
26 struct pt_regs regs;
/linux-3.4.99/arch/cris/include/asm/
Dsigcontext.h17 struct sigcontext { struct
18 struct pt_regs regs; /* needs to be first */
19 unsigned long oldmask;
20 unsigned long usp; /* usp before stacking this gunk on it */
/linux-3.4.99/arch/openrisc/include/asm/
Dsigcontext.h28 struct sigcontext { struct
29 struct user_regs_struct regs; /* needs to be first */
30 unsigned long oldmask;
/linux-3.4.99/arch/microblaze/include/asm/
Dsigcontext.h15 struct sigcontext { struct
16 struct pt_regs regs;
17 unsigned long oldmask;
/linux-3.4.99/arch/frv/include/asm/
Dsigcontext.h21 struct sigcontext { struct
22 struct user_context sc_context;
23 unsigned long sc_oldmask; /* old sigmask */

12