Searched defs:thread_struct (Results 1 – 6 of 6) sorted by relevance
66 struct thread_struct { struct68 unsigned long reg16;69 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;70 unsigned long reg29, reg30, reg31;73 unsigned long cp0_status;76 struct mips_fpu_struct fpu;79 unsigned long emulated_fp;81 cpumask_t user_cpus_allowed;85 struct mips_dsp_state dsp;88 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
9 struct thread_struct { struct13 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
11 struct thread_struct { struct15 struct thread_struct thread = (struct thread_struct) { {{0}} }; in _init_task_union() argument
189 typedef struct thread_struct { struct192 struct thread_struct *next; /* pointer to next thread */ argument
1255 struct thread_struct { struct1256 unsigned long ksp; /* Kernel stack pointer */1257 unsigned long wchan; /* Event task is sleeping on */1258 struct pt_regs *regs; /* Pointer to saved register state */1259 mm_segment_t fs; /* for get_fs() validation */1260 void *pgdir; /* root of page-table tree */1261 signed long last_syscall;1262 double fpr[32]; /* Complete floating point set */1263 unsigned long fpscr_pad; /* fpr ... fpscr must be contiguous */1264 unsigned long fpscr; /* Floating point status */[all …]