Searched defs:oldpcb (Results 1 - 3 of 3) sorted by relevance
| /src/sys/arch/x86/x86/ | ||
| H A D | dbregs.c | 297 struct pcb *oldpcb, *newpcb; local in function:x86_dbregs_switch |
| /src/sys/arch/ia64/ia64/ | ||
| H A D | vm_machdep.c | 75 struct pcb *oldpcb = oldlwp ? lwp_getpcb(oldlwp) : NULL; local in function:cpu_switchto |
| /src/sys/arch/usermode/dev/ | ||
| H A D | cpu.c | 216 struct pcb *oldpcb; local in function:cpu_switchto_atomic 246 struct pcb *oldpcb = oldlwp ? lwp_getpcb(oldlwp) : NULL; local in function:cpu_switchto [all...] |
Completed in 3 milliseconds