exception_state   526 kernel/debug/debug_core.c 		int exception_state)
exception_state   537 kernel/debug/debug_core.c 	kgdb_info[ks->cpu].exception_state |= exception_state;
exception_state   539 kernel/debug/debug_core.c 	if (exception_state == DCPU_WANT_MASTER)
exception_state   575 kernel/debug/debug_core.c 		if (kgdb_info[cpu].exception_state & DCPU_NEXT_MASTER) {
exception_state   576 kernel/debug/debug_core.c 			kgdb_info[cpu].exception_state &= ~DCPU_NEXT_MASTER;
exception_state   578 kernel/debug/debug_core.c 		} else if (kgdb_info[cpu].exception_state & DCPU_WANT_MASTER) {
exception_state   583 kernel/debug/debug_core.c 		} else if (kgdb_info[cpu].exception_state & DCPU_IS_SLAVE) {
exception_state   597 kernel/debug/debug_core.c 			kgdb_info[cpu].exception_state &=
exception_state   696 kernel/debug/debug_core.c 			kgdb_info[dbg_switch_cpu].exception_state |=
exception_state   731 kernel/debug/debug_core.c 	kgdb_info[cpu].exception_state &=
exception_state    41 kernel/debug/debug_core.h 	int			exception_state;