Searched defs:thread_struct (Results 1 – 3 of 3) sorted by relevance
67 struct thread_struct { struct69 unsigned long reg16;70 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;71 unsigned long reg29, reg30, reg31;74 unsigned long cp0_status;77 struct mips_fpu_struct fpu;80 unsigned long emulated_fp;82 cpumask_t user_cpus_allowed;86 struct mips_dsp_state dsp;89 unsigned long cp0_badvaddr; /* Last user fault */[all …]
66 struct thread_struct { struct89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
1262 struct thread_struct { struct1263 unsigned long ksp; /* Kernel stack pointer */1264 unsigned long wchan; /* Event task is sleeping on */1265 struct pt_regs *regs; /* Pointer to saved register state */1266 mm_segment_t fs; /* for get_fs() validation */1267 void *pgdir; /* root of page-table tree */1268 signed long last_syscall;1269 double fpr[32]; /* Complete floating point set */1270 unsigned long fpscr_pad; /* fpr ... fpscr must be contiguous */1271 unsigned long fpscr; /* Floating point status */[all …]