Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c303 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 Dkgdb.c70 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 Dkgdb.h156 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dkgdb.c94 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 Dgdbstub.c354 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()