Home
last modified time | relevance | path

Searched refs:gdb_regs_to_pt_regs (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/microblaze/kernel/
H A Dkgdb.c70 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
/openbmc/linux/include/linux/
H A Dkgdb.h156 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
/openbmc/linux/drivers/misc/
H A Dkgdbts.c313 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()
/openbmc/linux/arch/sparc/kernel/
H A Dkgdb_32.c82 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
H A Dkgdb_64.c88 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
/openbmc/linux/arch/arc/kernel/
H A Dkgdb.c63 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *kernel_regs) in gdb_regs_to_pt_regs() function
/openbmc/linux/arch/parisc/kernel/
H A Dkgdb.c95 void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs) in gdb_regs_to_pt_regs() function
/openbmc/linux/kernel/debug/
H A Dgdbstub.c351 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()