Searched defs:switch_stack (Results 1 – 4 of 4) sorted by relevance
157 struct switch_stack { struct158 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 …]
52 struct switch_stack { struct53 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 …]
58 struct switch_stack { struct59 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;67 unsigned long fp[32]; /* fp[31] is fpcr */
59 struct switch_stack { struct60 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;