/src/sys/arch/i386/include/ |
kcore.h | 58 extern struct pcb dumppcb;
|
/src/sys/arch/sun3/sun3x/ |
machdep.c | 497 /* Note: gdb looks for "dumppcb" in a kernel crash dump. */ 498 struct pcb dumppcb; variable in typeref:struct:pcb 539 savectx(&dumppcb);
|
/src/sys/arch/sun3/sun3/ |
machdep.c | 509 /* Note: gdb looks for "dumppcb" in a kernel crash dump. */ 510 struct pcb dumppcb; variable in typeref:struct:pcb 553 savectx(&dumppcb);
|
/src/sys/arch/arm/arm32/ |
locore.S | 241 * stack, then save the rest of the registers into the dumppcb. 248 /* fill in dumppcb */ 266 .word _C_LABEL(dumppcb)
|
stubs.c | 79 struct pcb dumppcb; variable in typeref:struct:pcb
|
/src/sys/arch/hpcarm/hpcarm/ |
locore.S | 249 * stack, then save the rest of the registers into the dumppcb 259 /* fill in dumppcb */ 279 .word _C_LABEL(dumppcb)
|
/src/sys/arch/sun2/sun2/ |
machdep.c | 596 /* Note: gdb looks for "dumppcb" in a kernel crash dump. */ 597 struct pcb dumppcb; variable in typeref:struct:pcb 640 savectx(&dumppcb);
|
/src/sys/arch/i386/i386/ |
dumpsys.c | 95 struct pcb dumppcb; variable in typeref:struct:pcb
|
locore.S | 1548 movl %esp,_C_LABEL(dumppcb)+PCB_ESP 1549 movl %ebp,_C_LABEL(dumppcb)+PCB_EBP
|
/src/sys/arch/alpha/alpha/ |
db_interface.c | 619 DB_ALPHA_SYM(SYM_dumppcb, dumppcb),
|
machdep.c | 1041 struct pcb dumppcb; variable in typeref:struct:pcb 1278 savectx(&dumppcb);
|
/src/sys/arch/sparc64/sparc64/ |
machdep.c | 508 struct pcb dumppcb; variable in typeref:struct:pcb 697 /* copy registers to dumppcb and flush windows */ 698 memset(&dumppcb, 0, sizeof(struct pcb)); 699 snapshot(&dumppcb);
|
/src/sys/arch/sparc/sparc/ |
machdep.c | 943 struct pcb dumppcb; variable in typeref:struct:pcb 969 memcpy(&dumppcb, cpuinfo.curpcb, sizeof dumppcb);
|
/src/sys/arch/mips/mips/ |
mips_machdep.c | 1834 struct pcb dumppcb; variable in typeref:struct:pcb 1981 savectx(&dumppcb);
|
/src/sys/arch/mac68k/mac68k/ |
machdep.c | 443 struct pcb dumppcb; variable in typeref:struct:pcb
|
/src/sys/arch/amd64/amd64/ |
machdep.c | 664 struct pcb dumppcb; variable in typeref:struct:pcb
|
locore.S | 1324 movq $dumppcb, %rax
|