Lines Matching refs:mpc
79 struct mpconf *mpc;
85 mpc = (struct mpconf *)MPCONF(i);
86 if (mpc->magic == MPCONF_MAGIC) {
91 i, mpc->prid, mpc->physid, mpc->virtid);
112 struct mpconf *mpc = (struct mpconf *)MPCONF(cpu);
115 mpc->stackaddr = (void *)__KSTK_TOS(idle);
118 mpc->lnch_parm = task_thread_info(idle);
123 mpc->launch = smp_bootstrap;