Searched refs:stoppcbs (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/sys/i386/include/
H A Dkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h37 extern struct pcb stoppcbs[];
/freebsd-10.2-release/sys/mips/include/
H A Dkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h42 extern struct pcb stoppcbs[];
/freebsd-10.2-release/sys/sparc64/include/
H A Dkdb.h34 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h104 extern struct pcb stoppcbs[];
/freebsd-10.2-release/sys/amd64/include/
H A Dkdb.h35 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h36 extern struct pcb stoppcbs[];
/freebsd-10.2-release/sys/arm/include/
H A Dkdb.h36 #define KDB_STOPPEDPCB(pc) &stoppcbs[pc->pc_cpuid]
H A Dsmp.h38 extern struct pcb stoppcbs[];
/freebsd-10.2-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c56 static CORE_ADDR stoppcbs; variable
363 if (stoppcbs == 0 && !once) {
365 stoppcbs = kgdb_lookup("stoppcbs");
367 if (stoppcbs == 0)
370 return (stoppcbs + pcbsz * cpuid);
/freebsd-10.2-release/sys/mips/mips/
H A Dmp_machdep.c56 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
150 savectx(&stoppcbs[cpu]);
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dmp_machdep.c69 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
312 savectx(&stoppcbs[cpuid]);
/freebsd-10.2-release/sys/arm/arm/
H A Dmp_machdep.c68 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
263 savectx(&stoppcbs[cpu]);
/freebsd-10.2-release/sys/i386/i386/
H A Dmp_machdep.c149 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
1504 savectx(&stoppcbs[cpu]);
/freebsd-10.2-release/sys/i386/xen/
H A Dmp_machdep.c146 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
1250 savectx(&stoppcbs[cpu]);
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmp_machdep.c115 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
520 savectx(&stoppcbs[curcpu]);
/freebsd-10.2-release/sys/amd64/amd64/
H A Dmp_machdep.c103 struct pcb stoppcbs[MAXCPU]; variable in typeref:struct:pcb
1450 savectx(&stoppcbs[cpu]);

Completed in 141 milliseconds