Searched refs:gdb_regs_to_pt_regs (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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-v4.19/include/linux/ |
D | kgdb.h | 155 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
|
/Linux-v4.19/drivers/misc/ |
D | kgdbts.c | 314 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_and_rewind_pc() 354 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_single_step() 499 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in emul_sstep_put()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | kgdb_32.c | 82 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 | 88 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/Linux-v4.19/arch/arc/kernel/ |
D | kgdb.c | 66 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in gdb_regs_to_pt_regs() function
|
/Linux-v4.19/kernel/debug/ |
D | gdbstub.c | 354 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function 552 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); in gdb_cmd_setregs()
|