Lines Matching defs:thread_struct
202 struct thread_struct { struct
204 unsigned long reg16;
205 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
206 unsigned long reg29, reg30, reg31;
209 unsigned long cp0_status;
212 struct mips_fpu_struct fpu;
215 unsigned long emulated_fp;
217 cpumask_t user_cpus_allowed;
221 struct mips_dsp_state dsp;
224 union mips_watch_reg_state watch;
227 unsigned long cp0_badvaddr; /* Last user fault */
228 unsigned long cp0_baduaddr; /* Last kernel fault accessing USEG */
229 unsigned long error_code;
230 unsigned long irix_trampoline; /* Wheee... */
231 unsigned long irix_oldctx;
233 struct octeon_cop2_state cp2 __attribute__ ((__aligned__(128)));
234 struct octeon_cvmseg_state cvmseg __attribute__ ((__aligned__(128)));
236 struct mips_abi *abi;