Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/hexagon/include/uapi/asm/
A Duser.h14 unsigned long r0;
15 unsigned long r1;
16 unsigned long r2;
17 unsigned long r3;
18 unsigned long r4;
19 unsigned long r5;
20 unsigned long r6;
21 unsigned long r7;
22 unsigned long r8;
23 unsigned long r9;
[all …]
/linux-6.3-rc2/arch/riscv/include/uapi/asm/
A Dptrace.h20 unsigned long pc;
21 unsigned long ra;
22 unsigned long sp;
23 unsigned long gp;
24 unsigned long tp;
25 unsigned long t0;
26 unsigned long t1;
27 unsigned long t2;
28 unsigned long s0;
29 unsigned long s1;
[all …]
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dptrace.h51 struct user_regs_struct { struct
53 unsigned long sr[8];
54 unsigned long iaoq[2];
55 unsigned long iasq[2];
56 unsigned long sar; /* CR11 */
57 unsigned long iir; /* CR19 */
58 unsigned long isr; /* CR20 */
59 unsigned long ior; /* CR21 */
61 unsigned long cr0;
62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31;
[all …]
/linux-6.3-rc2/arch/m68k/include/asm/
A Duser.h40 struct user_regs_struct { struct
60 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-6.3-rc2/arch/x86/include/asm/
A Duser_64.h70 unsigned long r15;
71 unsigned long r14;
72 unsigned long r13;
74 unsigned long bp;
75 unsigned long bx;
78 unsigned long r9;
79 unsigned long r8;
80 unsigned long ax;
81 unsigned long cx;
82 unsigned long dx;
[all …]
A Duser_32.h78 struct user_regs_struct { struct
79 unsigned long bx;
80 unsigned long cx;
104 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
/linux-6.3-rc2/arch/openrisc/include/uapi/asm/
A Dptrace.h27 struct user_regs_struct { struct
29 unsigned long gpr[32];
30 unsigned long pc;
31 unsigned long sr;
/linux-6.3-rc2/arch/arc/include/uapi/asm/
A Dptrace.h34 struct user_regs_struct { struct
36 unsigned long pad;
37 struct {
42 } scratch;
43 unsigned long pad2;
44 struct {
47 } callee;
48 unsigned long efa; /* break pt addr, for break points in delay slots */
49 unsigned long stop_pc; /* give dbg stop_pc after ensuring brkpt trap */
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dptrace.h441 struct user_regs_struct { struct
442 psw_t psw;
443 unsigned long gprs[NUM_GPRS];
444 unsigned int acrs[NUM_ACRS];
445 unsigned long orig_gpr2;
446 s390_fp_regs fp_regs;
452 per_struct per_info;
453 unsigned long ieee_instruction_pointer; /* obsolete, always 0 */
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dptrace.h441 struct user_regs_struct { struct
442 psw_t psw;
443 unsigned long gprs[NUM_GPRS];
444 unsigned int acrs[NUM_ACRS];
445 unsigned long orig_gpr2;
446 s390_fp_regs fp_regs;
452 per_struct per_info;
453 unsigned long ieee_instruction_pointer; /* obsolete, always 0 */

Completed in 16 milliseconds