thread_regs 110 arch/hexagon/kernel/kgdb.c struct pt_regs *thread_regs; thread_regs 119 arch/hexagon/kernel/kgdb.c thread_regs = task_pt_regs(task); thread_regs 120 arch/hexagon/kernel/kgdb.c gdb_regs[0] = thread_regs->r00; thread_regs 225 arch/sh/kernel/kgdb.c struct pt_regs *thread_regs = task_pt_regs(p); thread_regs 240 arch/sh/kernel/kgdb.c gdb_regs[reg] = thread_regs->regs[reg]; thread_regs 248 arch/sh/kernel/kgdb.c gdb_regs[GDB_PR] = thread_regs->pr; thread_regs 249 arch/sh/kernel/kgdb.c gdb_regs[GDB_GBR] = thread_regs->gbr; thread_regs 447 arch/um/os-Linux/skas/process.c static unsigned long thread_regs[MAX_REG_NR]; thread_regs 452 arch/um/os-Linux/skas/process.c get_safe_registers(thread_regs, thread_fp_regs); thread_regs 454 arch/um/os-Linux/skas/process.c thread_regs[REGS_IP_INDEX] = STUB_CODE + thread_regs 457 arch/um/os-Linux/skas/process.c thread_regs[REGS_SP_INDEX] = STUB_DATA + UM_KERN_PAGE_SIZE - thread_regs 460 arch/um/os-Linux/skas/process.c thread_regs[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE; thread_regs 485 arch/um/os-Linux/skas/process.c err = ptrace_setregs(pid, thread_regs);