Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/debug/kdb/
Dkdb_bt.c30 } else if (kdb_current_regs) { in kdb_show_stack()
32 show_stack(p, &kdb_current_regs->sp); in kdb_show_stack()
Dkdb_debugger.c91 kdb_current_regs = kgdb_info[ks->cpu].debuggerinfo; in kdb_stub()
122 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()
1817 rname = dbg_get_reg(i, &reg8, kdb_current_regs); in kdb_rd()
1823 rname = dbg_get_reg(i, &reg16, kdb_current_regs); in kdb_rd()
1829 rname = dbg_get_reg(i, &reg32, kdb_current_regs); in kdb_rd()
1835 rname = dbg_get_reg(i, &reg64, kdb_current_regs); in kdb_rd()
1849 kdb_dumpregs(kdb_current_regs); in kdb_rd()
1899 dbg_set_reg(i, &reg8, kdb_current_regs); in kdb_rm()
[all …]
/linux-2.6.39/include/linux/
Dkdb.h141 extern struct pt_regs *kdb_current_regs;
/linux-2.6.39/arch/mips/kernel/
Dtraps.c194 kdb_current_regs) { in show_stack()
195 memcpy(&regs, kdb_current_regs, sizeof(regs)); in show_stack()