Lines Matching defs:thread_struct
273 struct thread_struct { struct
274 __u32 flags; /* various thread flags (see IA64_THREAD_*) */
276 __u8 on_ustack; /* executing on user-stacks? */
277 __u8 pad[3];
278 __u64 ksp; /* kernel stack pointer */
279 __u64 map_base; /* base address for get_unmapped_area() */
280 __u64 task_size; /* limit for task size */
281 __u64 rbs_bot; /* the base address for the RBS */
282 int last_fph_cpu; /* CPU that may hold the contents of f32-f127 */
285 void *pfm_context; /* pointer to detailed PMU context */
286 unsigned long pfm_needs_checking; /* when >0, pending perfmon work on kernel exit */
292 unsigned long dbr[IA64_NUM_DBG_REGS];
293 unsigned long ibr[IA64_NUM_DBG_REGS];
294 struct ia64_fpreg fph[96]; /* saved/loaded on demand */