Lines Matching refs:gdb_regs
36 void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs) in pt_regs_to_gdb_regs() argument
43 gdb_regs[i] = pt_regb[i]; in pt_regs_to_gdb_regs()
47 gdb_regs[GDB_BTR] = temp; in pt_regs_to_gdb_regs()
51 gdb_regs[GDB_PVR + i] = pvr.pvr[i]; in pt_regs_to_gdb_regs()
55 gdb_regs[GDB_REDR] = temp; in pt_regs_to_gdb_regs()
57 gdb_regs[GDB_RPID] = temp; in pt_regs_to_gdb_regs()
59 gdb_regs[GDB_RZPR] = temp; in pt_regs_to_gdb_regs()
61 gdb_regs[GDB_RTLBX] = temp; in pt_regs_to_gdb_regs()
63 gdb_regs[GDB_RTLBLO] = temp; in pt_regs_to_gdb_regs()
65 gdb_regs[GDB_RTLBHI] = temp; in pt_regs_to_gdb_regs()
68 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() argument
77 pt_regb[i] = gdb_regs[i]; in gdb_regs_to_pt_regs()
92 void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) in sleeping_thread_to_gdb_regs() argument
99 gdb_regs[i] = pt_regb[i]; in sleeping_thread_to_gdb_regs()
103 gdb_regs[GDB_PVR + i] = pvr.pvr[i]; in sleeping_thread_to_gdb_regs()