Searched refs:gdb_regs_to_pt_regs (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/microblaze/kernel/ |
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
|
/linux-6.3-rc2/drivers/misc/ |
A D | kgdbts.c | 313 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_and_rewind_pc() 353 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in check_single_step() 498 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); in emul_sstep_put()
|
/linux-6.3-rc2/include/linux/ |
A D | kgdb.h | 156 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
|
/linux-6.3-rc2/arch/sparc/kernel/ |
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
|
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
|
/linux-6.3-rc2/arch/arc/kernel/ |
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
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | kgdb.c | 95 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
|
/linux-6.3-rc2/kernel/debug/ |
A D | gdbstub.c | 351 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function 549 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); in gdb_cmd_setregs()
|
Completed in 17 milliseconds