Searched refs:KDB_STOPPEDPCB (Results 1 – 6 of 6) sorted by relevance
37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
38 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
39 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
587 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx()594 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx()598 return (KDB_STOPPEDPCB(pc)); in kdb_thr_ctx()