Searched refs:gdb_regs_to_pt_regs (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | kgdbts.c | 303 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_and_rewind_pc() 343 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_single_step() 488 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in emul_sstep_put()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kgdb.h | 156 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | kgdb.c | 63 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in gdb_regs_to_pt_regs() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | kgdb.c | 94 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
| /OK3568_Linux_fs/kernel/kernel/debug/ |
| H A 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()
|