Searched refs:gdb_regs_to_pt_regs (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
H A Dkgdb_32.c80 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
H A Dkgdb_64.c87 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
/linux-4.4.14/arch/arc/kernel/
H A Dkgdb.c65 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) gdb_regs_to_pt_regs() function
/linux-4.4.14/arch/microblaze/kernel/
H A Dkgdb.c70 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
/linux-4.4.14/include/linux/
H A Dkgdb.h148 * gdb_regs_to_pt_regs - Convert GDB regs to ptrace regs.
155 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
/linux-4.4.14/arch/mn10300/kernel/
H A Dkgdb.c86 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
/linux-4.4.14/arch/blackfin/kernel/
H A Dkgdb.c91 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
/linux-4.4.14/drivers/misc/
H A Dkgdbts.c312 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); check_and_rewind_pc()
352 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); check_single_step()
493 gdb_regs_to_pt_regs(kgdbts_gdb_regs, &kgdbts_regs); emul_sstep_put()
/linux-4.4.14/kernel/debug/
H A Dgdbstub.c353 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) gdb_regs_to_pt_regs() function
551 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); gdb_cmd_setregs()

Completed in 411 milliseconds