Lines Matching defs:thread_struct
159 struct thread_struct { struct
160 unsigned int acrs[NUM_ACRS];
161 unsigned long ksp; /* kernel stack pointer */
162 unsigned long user_timer; /* task cputime in user space */
163 unsigned long guest_timer; /* task cputime in kvm guest */
164 unsigned long system_timer; /* task cputime in kernel space */
165 unsigned long hardirq_timer; /* task cputime in hardirq context */
166 unsigned long softirq_timer; /* task cputime in softirq context */
167 const sys_call_ptr_t *sys_call_table; /* system call table address */
168 unsigned long gmap_addr; /* address of last gmap fault. */
169 unsigned int gmap_write_flag; /* gmap fault write indication */
170 unsigned int gmap_int_code; /* int code of last gmap fault */
171 unsigned int gmap_pfault; /* signal of a pending guest pfault */
174 struct per_regs per_user; /* User specified PER registers */
175 struct per_event per_event; /* Cause of the last PER trap */
176 unsigned long per_flags; /* Flags to control debug behavior */
200 typedef struct thread_struct thread_struct; argument