Lines Matching defs:thread_struct
110 struct thread_struct { struct
111 unsigned int acrs[NUM_ACRS];
112 unsigned long ksp; /* kernel stack pointer */
113 unsigned long user_timer; /* task cputime in user space */
114 unsigned long guest_timer; /* task cputime in kvm guest */
115 unsigned long system_timer; /* task cputime in kernel space */
116 unsigned long hardirq_timer; /* task cputime in hardirq context */
117 unsigned long softirq_timer; /* task cputime in softirq context */
118 unsigned long sys_call_table; /* system call table address */
119 mm_segment_t mm_segment;
120 unsigned long gmap_addr; /* address of last gmap fault. */
121 unsigned int gmap_write_flag; /* gmap fault write indication */
122 unsigned int gmap_int_code; /* int code of last gmap fault */
123 unsigned int gmap_pfault; /* signal of a pending guest pfault */
125 struct per_regs per_user; /* User specified PER registers */
126 struct per_event per_event; /* Cause of the last PER trap */
127 unsigned long per_flags; /* Flags to control debug behavior */
128 unsigned int system_call; /* system call number in signal */
129 unsigned long last_break; /* last breaking-event-address. */
131 unsigned long pfault_wait;
155 typedef struct thread_struct thread_struct; argument