Lines Matching refs:regs
36 extern int kgdb_skipexception(int exception, struct pt_regs *regs);
94 extern char *dbg_get_reg(int regno, void *mem, struct pt_regs *regs);
95 extern int dbg_set_reg(int regno, void *mem, struct pt_regs *regs);
131 extern void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs);
156 extern void gdb_regs_to_pt_regs(unsigned long *gdb_regs, struct pt_regs *regs);
178 struct pt_regs *regs);
223 extern void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc);
270 void (*disable_hw_break)(struct pt_regs *regs);
307 extern unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs);
332 struct pt_regs *regs);
333 extern int kgdb_nmicallback(int cpu, void *regs);
334 extern int kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code,