ci_idle_pcb       242 arch/i386/i386/cpu.c 	pcb = ci->ci_idle_pcb = (struct pcb *)kstack;
ci_idle_pcb       370 arch/i386/i386/cpu.c 		if (ci->ci_idle_pcb == NULL)
ci_idle_pcb       390 arch/i386/i386/cpu.c 		if (ci->ci_idle_pcb == NULL)
ci_idle_pcb       412 arch/i386/i386/cpu.c 	pcb = ci->ci_idle_pcb;
ci_idle_pcb       505 arch/i386/i386/machdep.c 	struct pcb *pcb = ci->ci_idle_pcb;
ci_idle_pcb       103 arch/i386/include/cpu.h 	struct pcb *ci_idle_pcb;	/* VA of current PCB */