Lines Matching defs:thread_info
28 struct thread_info { struct
29 unsigned long uwinmask;
30 struct task_struct *task; /* main task structure */
31 unsigned long flags; /* low level flags */
32 int cpu; /* cpu we're on */
33 int preempt_count; /* 0 => preemptable,
35 int softirq_count;
36 int hardirq_count;
38 u32 __unused;
41 unsigned long ksp; /* ... ksp __attribute__ ((aligned (8))); */
42 unsigned long kpc;
43 unsigned long kpsr;
67 register struct thread_info *current_thread_info_reg asm("g6"); argument