cpu                62 defs.h         void            ioapicenable(int irq, int cpu);
cpu               111 defs.h         struct cpu*     mycpu(void);
cpu                68 main.c           struct cpu *c;
cpu                14 mp.c           struct cpu cpus[NCPU];
cpu                37 proc.c         struct cpu*
cpu                59 proc.c           struct cpu *c;
cpu               326 proc.c           struct cpu *c = mycpu();
cpu                13 proc.h         extern struct cpu cpus[NCPU];
cpu                17 spinlock.c       lk->cpu = 0;
cpu                41 spinlock.c       lk->cpu = mycpu();
cpu                53 spinlock.c       lk->cpu = 0;
cpu                94 spinlock.c       r = lock->locked && lock->cpu == mycpu();
cpu                 7 spinlock.h       struct cpu *cpu;   // The cpu holding the lock.
cpu                18 vm.c             struct cpu *c;