Lines Matching defs:thread_struct
274 struct thread_struct { struct
275 __u32 flags; /* various thread flags (see IA64_THREAD_*) */
277 __u8 on_ustack; /* executing on user-stacks? */
278 __u8 pad[3];
279 __u64 ksp; /* kernel stack pointer */
280 __u64 map_base; /* base address for get_unmapped_area() */
281 __u64 rbs_bot; /* the base address for the RBS */
282 int last_fph_cpu; /* CPU that may hold the contents of f32-f127 */
283 unsigned long dbr[IA64_NUM_DBG_REGS];
284 unsigned long ibr[IA64_NUM_DBG_REGS];
285 struct ia64_fpreg fph[96]; /* saved/loaded on demand */