Searched refs:KDB_STOPPEDPCB (Results 1 – 8 of 8) sorted by relevance
35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
34 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
38 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
552 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx()559 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx()563 return (KDB_STOPPEDPCB(pc)); in kdb_thr_ctx()