Home
last modified time | relevance | path

Searched defs:switch_stack (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/csky/abiv2/inc/abi/
Dswitch_context.h6 struct switch_stack { struct
8 unsigned long rhi;
9 unsigned long rlo;
10 unsigned long cr14;
11 unsigned long pad;
13 unsigned long r4;
14 unsigned long r5;
15 unsigned long r6;
16 unsigned long r7;
17 unsigned long r8;
[all …]
/linux-6.6.21/arch/ia64/include/uapi/asm/
Dptrace.h157 struct switch_stack { struct
158 unsigned long caller_unat; /* user NaT collection register (preserved) */
159 unsigned long ar_fpsr; /* floating-point status register */
161 struct ia64_fpreg f2; /* preserved */
162 struct ia64_fpreg f3; /* preserved */
163 struct ia64_fpreg f4; /* preserved */
164 struct ia64_fpreg f5; /* preserved */
166 struct ia64_fpreg f12; /* scratch, but untouched by kernel */
167 struct ia64_fpreg f13; /* scratch, but untouched by kernel */
168 struct ia64_fpreg f14; /* scratch, but untouched by kernel */
[all …]
/linux-6.6.21/arch/csky/abiv1/inc/abi/
Dswitch_context.h6 struct switch_stack { struct
7 unsigned long r8;
8 unsigned long r9;
9 unsigned long r10;
10 unsigned long r11;
11 unsigned long r12;
12 unsigned long r13;
13 unsigned long r14;
14 unsigned long r15;
/linux-6.6.21/arch/nios2/include/asm/
Dptrace.h52 struct switch_stack { struct
53 unsigned long r16; /* r16-r23 Callee-saved GP registers */
54 unsigned long r17;
55 unsigned long r18;
56 unsigned long r19;
57 unsigned long r20;
58 unsigned long r21;
59 unsigned long r22;
60 unsigned long r23;
61 unsigned long fp;
[all …]
/linux-6.6.21/arch/alpha/include/uapi/asm/
Dptrace.h58 struct switch_stack { struct
59 unsigned long r9;
60 unsigned long r10;
61 unsigned long r11;
62 unsigned long r12;
63 unsigned long r13;
64 unsigned long r14;
65 unsigned long r15;
66 unsigned long r26;
68 unsigned long fp[32]; /* fp[31] is fpcr */
/linux-6.6.21/arch/m68k/include/uapi/asm/
Dptrace.h59 struct switch_stack { struct
60 unsigned long d6;
61 unsigned long d7;
62 unsigned long a3;
63 unsigned long a4;
64 unsigned long a5;
65 unsigned long a6;
66 unsigned long retpc;