Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/mips/include/
HDkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/sparc64/include/
HDkdb.h34 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/arm64/include/
HDkdb.h38 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/riscv/include/
HDkdb.h34 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/i386/include/
HDkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/amd64/include/
HDkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/arm/include/
HDkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid] macro
/freebsd-11-stable/sys/kern/
HDsubr_kdb.c552 #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()