Lines Matching refs:GDB_SIZEOF_REG
188 {DBG_REG_ZERO, GDB_SIZEOF_REG, -1},
189 {DBG_REG_RA, GDB_SIZEOF_REG, offsetof(struct pt_regs, ra)},
190 {DBG_REG_SP, GDB_SIZEOF_REG, offsetof(struct pt_regs, sp)},
191 {DBG_REG_GP, GDB_SIZEOF_REG, offsetof(struct pt_regs, gp)},
192 {DBG_REG_TP, GDB_SIZEOF_REG, offsetof(struct pt_regs, tp)},
193 {DBG_REG_T0, GDB_SIZEOF_REG, offsetof(struct pt_regs, t0)},
194 {DBG_REG_T1, GDB_SIZEOF_REG, offsetof(struct pt_regs, t1)},
195 {DBG_REG_T2, GDB_SIZEOF_REG, offsetof(struct pt_regs, t2)},
196 {DBG_REG_FP, GDB_SIZEOF_REG, offsetof(struct pt_regs, s0)},
197 {DBG_REG_S1, GDB_SIZEOF_REG, offsetof(struct pt_regs, a1)},
198 {DBG_REG_A0, GDB_SIZEOF_REG, offsetof(struct pt_regs, a0)},
199 {DBG_REG_A1, GDB_SIZEOF_REG, offsetof(struct pt_regs, a1)},
200 {DBG_REG_A2, GDB_SIZEOF_REG, offsetof(struct pt_regs, a2)},
201 {DBG_REG_A3, GDB_SIZEOF_REG, offsetof(struct pt_regs, a3)},
202 {DBG_REG_A4, GDB_SIZEOF_REG, offsetof(struct pt_regs, a4)},
203 {DBG_REG_A5, GDB_SIZEOF_REG, offsetof(struct pt_regs, a5)},
204 {DBG_REG_A6, GDB_SIZEOF_REG, offsetof(struct pt_regs, a6)},
205 {DBG_REG_A7, GDB_SIZEOF_REG, offsetof(struct pt_regs, a7)},
206 {DBG_REG_S2, GDB_SIZEOF_REG, offsetof(struct pt_regs, s2)},
207 {DBG_REG_S3, GDB_SIZEOF_REG, offsetof(struct pt_regs, s3)},
208 {DBG_REG_S4, GDB_SIZEOF_REG, offsetof(struct pt_regs, s4)},
209 {DBG_REG_S5, GDB_SIZEOF_REG, offsetof(struct pt_regs, s5)},
210 {DBG_REG_S6, GDB_SIZEOF_REG, offsetof(struct pt_regs, s6)},
211 {DBG_REG_S7, GDB_SIZEOF_REG, offsetof(struct pt_regs, s7)},
212 {DBG_REG_S8, GDB_SIZEOF_REG, offsetof(struct pt_regs, s8)},
213 {DBG_REG_S9, GDB_SIZEOF_REG, offsetof(struct pt_regs, s9)},
214 {DBG_REG_S10, GDB_SIZEOF_REG, offsetof(struct pt_regs, s10)},
215 {DBG_REG_S11, GDB_SIZEOF_REG, offsetof(struct pt_regs, s11)},
216 {DBG_REG_T3, GDB_SIZEOF_REG, offsetof(struct pt_regs, t3)},
217 {DBG_REG_T4, GDB_SIZEOF_REG, offsetof(struct pt_regs, t4)},
218 {DBG_REG_T5, GDB_SIZEOF_REG, offsetof(struct pt_regs, t5)},
219 {DBG_REG_T6, GDB_SIZEOF_REG, offsetof(struct pt_regs, t6)},
220 {DBG_REG_EPC, GDB_SIZEOF_REG, offsetof(struct pt_regs, epc)},
221 {DBG_REG_STATUS, GDB_SIZEOF_REG, offsetof(struct pt_regs, status)},
222 {DBG_REG_BADADDR, GDB_SIZEOF_REG, offsetof(struct pt_regs, badaddr)},
223 {DBG_REG_CAUSE, GDB_SIZEOF_REG, offsetof(struct pt_regs, cause)},