Home
last modified time | relevance | path

Searched refs:wc_cpu_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/sys/
H A Dcpr_wakecode.h122 } wc_cpu_t; typedef
126 wc_cpu_t wc_cpu;
140 extern int wc_save_context(wc_cpu_t *);
/titanic_41/usr/src/uts/i86pc/os/
H A Dcpr_impl.c85 static wc_cpu_t *wc_other_cpus = NULL;
97 static void i_cpr_save_stack(kthread_t *t, wc_cpu_t *wc_cpu);
187 wc_cpu_t *wc_cpu = wc_other_cpus + index; in i_cpr_save_context()
343 wc_cpu_t *cpup = wc_other_cpus + who; in i_cpr_pre_resume_cpus()
354 bcopy(cpup, &(wp->wc_cpu), sizeof (wc_cpu_t)); in i_cpr_pre_resume_cpus()
491 wc_cpu_t *cpup = wc_other_cpus + who; in prt_other_cpus()
521 wc_cpu_t *cpup = &(wp->wc_cpu); in i_cpr_power_down()
1025 wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t), in i_cpr_alloc_cpus()
1035 wc_cpu_t *wc_cpu; in i_cpr_free_cpus()
1047 max_ncpus * sizeof (wc_cpu_t)); in i_cpr_free_cpus()
[all …]
/titanic_41/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s82 wc_save_context(wc_cpu_t *pcpu)
180 movl 4(%esp), %eax / wc_cpu_t *
913 D16 A16 movl $WC_CPU, %ebx / base add of wc_cpu_t