cpu                84 kern/arch/mips/include/current.h #define INIT_CURCPU(cpu, thread) (curthread = (thread), curcpu = (cpu))
cpu                53 kern/include/cpu.h 	struct cpu *c_self;		/* Canonical address of this struct */
cpu               107 kern/include/cpu.h struct cpu *cpu_create(unsigned hardware_number);
cpu                38 kern/include/mainbus.h struct cpu;       /* from <cpu.h> */
cpu                59 kern/include/spinlock.h 	struct cpu *lk_holder;		/* CPU holding this lock. */
cpu                43 kern/include/thread.h struct cpu;
cpu                84 kern/include/thread.h 	struct cpu *t_cpu;		/* CPU thread runs on */
cpu                75 kern/thread/spinlock.c 	struct cpu *mycpu;
cpu               165 kern/thread/thread.c struct cpu *
cpu               168 kern/thread/thread.c 	struct cpu *c;
cpu               349 kern/thread/thread.c 	struct cpu *bootcpu;
cpu               438 kern/thread/thread.c 	struct cpu *targetcpu;
cpu               860 kern/thread/thread.c 	struct cpu *c;
cpu              1133 kern/thread/thread.c 	struct cpu *c;