Home
last modified time | relevance | path

Searched refs:KDB_STOPPEDPCB (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/f-stack/freebsd/arm64/include/
H A Dkdb.h38 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/f-stack/freebsd/arm/include/
H A Dkdb.h39 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/f-stack/freebsd/i386/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/f-stack/freebsd/amd64/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/f-stack/freebsd/kern/
H A Dsubr_kdb.c587 #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()