Lines Matching defs:thread_struct
176 struct thread_struct { struct
177 unsigned int acrs[NUM_ACRS];
178 unsigned long ksp; /* kernel stack pointer */
179 unsigned long user_timer; /* task cputime in user space */
180 unsigned long guest_timer; /* task cputime in kvm guest */
181 unsigned long system_timer; /* task cputime in kernel space */
182 unsigned long hardirq_timer; /* task cputime in hardirq context */
183 unsigned long softirq_timer; /* task cputime in softirq context */
184 const sys_call_ptr_t *sys_call_table; /* system call table address */
185 union teid gmap_teid; /* address and flags of last gmap fault */
186 unsigned int gmap_int_code; /* int code of last gmap fault */
187 int ufpu_flags; /* user fpu flags */
188 int kfpu_flags; /* kernel fpu flags */
191 struct per_regs per_user; /* User specified PER registers */
192 struct per_event per_event; /* Cause of the last PER trap */
193 unsigned long per_flags; /* Flags to control debug behavior */
194 unsigned int system_call; /* system call number in signal */
218 typedef struct thread_struct thread_struct; argument