Home
last modified time | relevance | path

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

/linux-4.4.14/arch/hexagon/include/uapi/asm/
Duser.h12 struct user_regs_struct { struct
13 unsigned long r0;
14 unsigned long r1;
15 unsigned long r2;
16 unsigned long r3;
17 unsigned long r4;
18 unsigned long r5;
19 unsigned long r6;
20 unsigned long r7;
21 unsigned long r8;
[all …]
/linux-4.4.14/arch/cris/include/uapi/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-4.4.14/arch/cris/include/uapi/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-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/arch/h8300/include/asm/
Duser.h36 struct user_regs_struct { struct
51 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-4.4.14/arch/openrisc/include/uapi/asm/
Dptrace.h26 struct user_regs_struct { struct
28 unsigned long gpr[32];
29 unsigned long pc;
30 unsigned long sr;
/linux-4.4.14/arch/arc/include/uapi/asm/
Dptrace.h33 struct user_regs_struct { struct
35 unsigned long pad;
36 struct {
41 } scratch;
42 unsigned long pad2;
43 struct {
46 } callee;
47 unsigned long efa; /* break pt addr, for break points in delay slots */
48 unsigned long stop_pc; /* give dbg stop_pc after ensuring brkpt trap */
/linux-4.4.14/arch/s390/include/uapi/asm/
Dptrace.h441 struct user_regs_struct struct
443 psw_t psw;
444 unsigned long gprs[NUM_GPRS];
445 unsigned int acrs[NUM_ACRS];
446 unsigned long orig_gpr2;
447 s390_fp_regs fp_regs;
453 per_struct per_info;
454 unsigned long ieee_instruction_pointer; /* obsolete, always 0 */