Searched refs:exception_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/debug/
H A Ddebug_core.h41 int exception_state; member in struct:debuggerinfo_struct
H A Ddebug_core.c463 if (!(kgdb_info[cpu].exception_state & DCPU_IS_SLAVE)) {
480 kgdb_info[cpu].exception_state |= DCPU_WANT_BT;
481 while (kgdb_info[cpu].exception_state & DCPU_WANT_BT)
572 int exception_state)
583 kgdb_info[ks->cpu].exception_state |= exception_state;
585 if (exception_state == DCPU_WANT_MASTER)
622 if (kgdb_info[cpu].exception_state & DCPU_NEXT_MASTER) {
623 kgdb_info[cpu].exception_state &= ~DCPU_NEXT_MASTER;
625 } else if (kgdb_info[cpu].exception_state
571 kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, int exception_state) argument
[all...]

Completed in 137 milliseconds