wc_cpu_t
wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t),
wc_cpu_t *wc_cpu;
max_ncpus * sizeof (wc_cpu_t));
i_cpr_save_stack(kthread_t *t, wc_cpu_t *wc_cpu)
wc_cpu_t *wc_cpu = wc_other_cpus + index;
wc_cpu_t *cpup = wc_other_cpus + who;
bcopy(cpup, &(wp->wc_cpu), sizeof (wc_cpu_t));
wc_cpu_t *cpup = wc_other_cpus + who;
wc_cpu_t *cpup = &(wp->wc_cpu);
static wc_cpu_t *wc_other_cpus = NULL;
static void i_cpr_save_stack(kthread_t *t, wc_cpu_t *wc_cpu);
wc_cpu_t wc_cpu;
extern int wc_save_context(wc_cpu_t *);