Searched refs:gdb_regs_to_pt_regs (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/microblaze/kernel/ |
D | kgdb.c | 68 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-2.6.39/include/linux/ |
D | kgdb.h | 155 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
|
/linux-2.6.39/drivers/misc/ |
D | kgdbts.c | 292 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_and_rewind_pc() 327 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_single_step() 413 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in emul_sstep_put()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | kgdb_32.c | 78 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
D | kgdb_64.c | 83 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-2.6.39/arch/sh/kernel/ |
D | kgdb.c | 183 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-2.6.39/kernel/debug/ |
D | gdbstub.c | 343 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function 541 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); in gdb_cmd_setregs()
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | kgdb.c | 86 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | kgdb.c | 90 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|