Lines Matching defs:thread_struct
110 struct thread_struct { struct
112 unsigned long reg01, reg03, reg22; /* ra sp fp */
113 unsigned long reg23, reg24, reg25, reg26; /* s0-s3 */
114 unsigned long reg27, reg28, reg29, reg30, reg31; /* s4-s8 */
117 unsigned long sched_ra;
118 unsigned long sched_cfa;
121 unsigned long csr_prmd;
122 unsigned long csr_crmd;
123 unsigned long csr_euen;
124 unsigned long csr_ecfg;
125 unsigned long csr_badvaddr; /* Last user fault */
128 unsigned long trap_nr;
129 unsigned long error_code;
130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */
131 struct loongarch_vdso_info *vdso;
137 struct loongarch_fpu fpu FPU_ALIGN;
138 struct loongarch_lbt lbt; /* Also conditionally copied */
141 struct perf_event *hbp_break[LOONGARCH_MAX_BRP];
142 struct perf_event *hbp_watch[LOONGARCH_MAX_WRP];