Home
last modified time | relevance | path

Searched defs:user_regs_struct (Results 1 – 10 of 10) sorted by relevance

/linux-3.3/arch/hexagon/include/asm/
Duser.h30 struct user_regs_struct { struct
31 unsigned long r0;
32 unsigned long r1;
33 unsigned long r2;
34 unsigned long r3;
35 unsigned long r4;
36 unsigned long r5;
37 unsigned long r6;
38 unsigned long r7;
39 unsigned long r8;
[all …]
/linux-3.3/arch/cris/include/arch-v10/arch/
Duser.h7 struct user_regs_struct { struct
8 unsigned long r0; /* General registers. */
9 unsigned long r1;
10 unsigned long r2;
11 unsigned long r3;
12 unsigned long r4;
13 unsigned long r5;
14 unsigned long r6;
15 unsigned long r7;
16 unsigned long r8;
[all …]
/linux-3.3/arch/cris/include/arch-v32/arch/
Duser.h6 struct user_regs_struct { struct
7 unsigned long r0; /* General registers. */
8 unsigned long r1;
9 unsigned long r2;
10 unsigned long r3;
11 unsigned long r4;
12 unsigned long r5;
13 unsigned long r6;
14 unsigned long r7;
15 unsigned long r8;
[all …]
/linux-3.3/arch/score/include/asm/
Duser.h4 struct user_regs_struct { struct
5 unsigned long regs[32];
7 unsigned long cel;
8 unsigned long ceh;
10 unsigned long sr0; /* cnt */
11 unsigned long sr1; /* lcr */
12 unsigned long sr2; /* scr */
14 unsigned long cp0_epc;
15 unsigned long cp0_ema;
16 unsigned long cp0_psr;
[all …]
/linux-3.3/arch/m68k/include/asm/
Duser.h39 struct user_regs_struct { struct
59 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-3.3/arch/x86/include/asm/
Duser_64.h68 struct user_regs_struct { struct
69 unsigned long r15;
70 unsigned long r14;
71 unsigned long r13;
72 unsigned long r12;
73 unsigned long bp;
74 unsigned long bx;
75 unsigned long r11;
76 unsigned long r10;
77 unsigned long r9;
[all …]
Duser_32.h77 struct user_regs_struct { struct
78 unsigned long bx;
79 unsigned long cx;
103 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-3.3/arch/h8300/include/asm/
Duser.h36 struct user_regs_struct { struct
52 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-3.3/arch/openrisc/include/asm/
Dptrace.h28 struct user_regs_struct { struct
30 unsigned long gpr[32];
31 unsigned long pc;
32 unsigned long sr;
33 unsigned long pad1;
34 unsigned long pad2;
/linux-3.3/arch/s390/include/asm/
Dptrace.h519 struct user_regs_struct struct
521 psw_t psw;
522 unsigned long gprs[NUM_GPRS];
523 unsigned int acrs[NUM_ACRS];
524 unsigned long orig_gpr2;
525 s390_fp_regs fp_regs;
531 per_struct per_info;
532 unsigned long ieee_instruction_pointer; /* obsolete, always 0 */