Lines Matching refs:gpr

202 		PACK64(ptr, regs->gpr[reg]);  in sleeping_thread_to_gdb_regs()
209 PACK64(ptr, regs->gpr[reg]); in sleeping_thread_to_gdb_regs()
245 { "r0", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[0]) },
246 { "r1", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[1]) },
247 { "r2", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[2]) },
248 { "r3", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[3]) },
249 { "r4", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[4]) },
250 { "r5", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[5]) },
251 { "r6", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[6]) },
252 { "r7", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[7]) },
253 { "r8", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[8]) },
254 { "r9", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[9]) },
255 { "r10", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[10]) },
256 { "r11", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[11]) },
257 { "r12", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[12]) },
258 { "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[13]) },
259 { "r14", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[14]) },
260 { "r15", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[15]) },
261 { "r16", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[16]) },
262 { "r17", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[17]) },
263 { "r18", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[18]) },
264 { "r19", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[19]) },
265 { "r20", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[20]) },
266 { "r21", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[21]) },
267 { "r22", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[22]) },
268 { "r23", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[23]) },
269 { "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[24]) },
270 { "r25", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[25]) },
271 { "r26", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[26]) },
272 { "r27", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[27]) },
273 { "r28", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[28]) },
274 { "r29", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[29]) },
275 { "r30", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[30]) },
276 { "r31", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[31]) },