Home
last modified time | relevance | path

Searched refs:stoppcbs (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h47 extern struct pcb stoppcbs[];
/f-stack/freebsd/arm64/include/
H A Dkdb.h38 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h53 extern struct pcb stoppcbs[];
/f-stack/freebsd/arm/include/
H A Dkdb.h39 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h33 extern struct pcb stoppcbs[];
/f-stack/freebsd/i386/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
/f-stack/freebsd/amd64/include/
H A Dkdb.h37 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c67 struct pcb stoppcbs[MAXCPU]; variable
251 savectx(&stoppcbs[cpu]); in ipi_stop()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c58 struct pcb stoppcbs[MAXCPU]; variable
152 savectx(&stoppcbs[cpu]); in mips_ipi_handler()
/f-stack/freebsd/x86/include/
H A Dx86_smp.h29 extern struct pcb stoppcbs[];
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c126 struct pcb stoppcbs[MAXCPU]; variable
419 savectx(&stoppcbs[cpu]); in ipi_stop()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c100 struct pcb stoppcbs[MAXCPU]; variable
1449 savectx(&stoppcbs[cpu]); in nmi_call_kdb_smp()
1473 savectx(&stoppcbs[cpu]); in cpustop_handler()