Lines Matching defs:gdb_regs
129 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task)
134 memset((char *)gdb_regs, 0, NUMREGBYTES);
136 gdb_regs[19] = cpu_context->x19;
137 gdb_regs[20] = cpu_context->x20;
138 gdb_regs[21] = cpu_context->x21;
139 gdb_regs[22] = cpu_context->x22;
140 gdb_regs[23] = cpu_context->x23;
141 gdb_regs[24] = cpu_context->x24;
142 gdb_regs[25] = cpu_context->x25;
143 gdb_regs[26] = cpu_context->x26;
144 gdb_regs[27] = cpu_context->x27;
145 gdb_regs[28] = cpu_context->x28;
146 gdb_regs[29] = cpu_context->fp;
148 gdb_regs[31] = cpu_context->sp;
149 gdb_regs[32] = cpu_context->pc;