Home
last modified time | relevance | path

Searched refs:kdb_current_regs (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/kernel/debug/kdb/
Dkdb_bt.c29 } else if (kdb_current_regs) { in kdb_show_stack()
31 show_stack(p, &kdb_current_regs->sp); in kdb_show_stack()
Dkdb_debugger.c95 kdb_current_regs = kgdb_info[ks->cpu].debuggerinfo; in kdb_stub()
126 kdb_current_regs = NULL; in kdb_stub()
Dkdb_main.c66 struct pt_regs *kdb_current_regs; variable
430 if (!kdb_current_regs) { in kdb_check_regs()
1090 kdb_current_regs = KDB_TSKREGS(kdb_process_cpu(p)); in kdb_set_current_task()
1093 kdb_current_regs = NULL; in kdb_set_current_task()
1820 rname = dbg_get_reg(i, &reg8, kdb_current_regs); in kdb_rd()
1826 rname = dbg_get_reg(i, &reg16, kdb_current_regs); in kdb_rd()
1832 rname = dbg_get_reg(i, &reg32, kdb_current_regs); in kdb_rd()
1838 rname = dbg_get_reg(i, &reg64, kdb_current_regs); in kdb_rd()
1852 kdb_dumpregs(kdb_current_regs); in kdb_rd()
1902 dbg_set_reg(i, &reg8, kdb_current_regs); in kdb_rm()
[all …]
/linux-3.4.99/include/linux/
Dkdb.h138 extern struct pt_regs *kdb_current_regs;
/linux-3.4.99/arch/mips/kernel/
Dtraps.c194 kdb_current_regs) { in show_stack()
195 memcpy(&regs, kdb_current_regs, sizeof(regs)); in show_stack()