Searched refs:gdb_regs_to_pt_regs (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/microblaze/kernel/ |
D | kgdb.c | 70 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-4.1.27/include/linux/ |
D | kgdb.h | 155 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
|
/linux-4.1.27/drivers/misc/ |
D | kgdbts.c | 312 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_and_rewind_pc() 352 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_single_step() 493 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in emul_sstep_put()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | kgdb_32.c | 80 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 | 87 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-4.1.27/arch/arc/kernel/ |
D | kgdb.c | 65 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in gdb_regs_to_pt_regs() function
|
/linux-4.1.27/kernel/debug/ |
D | gdbstub.c | 353 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function 551 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); in gdb_cmd_setregs()
|
/linux-4.1.27/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-4.1.27/arch/blackfin/kernel/ |
D | kgdb.c | 91 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|