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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpr_wakecode.h122 } wc_cpu_t; typedef in typeref:struct:wc_cpu
126 wc_cpu_t wc_cpu;
133 * base in wc_cpu_t above
140 extern int wc_save_context(wc_cpu_t *);
/illumos-gate/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;
343 wc_cpu_t *cpup = wc_other_cpus + who;
354 bcopy(cpup, &(wp->wc_cpu), sizeof (wc_cpu_t));
491 wc_cpu_t *cpup = wc_other_cpus + who;
521 wc_cpu_t *cpup = &(wp->wc_cpu);
1025 wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t),
1035 wc_cpu_t *wc_cpu;
1047 max_ncpus * sizeof (wc_cpu_t));
[all...]
/illumos-gate/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
966 D16 A16 movl %cs:WC_VIRTADDR(%ebx), %ebx / virtaddr of wc_cpu_t

Completed in 61 milliseconds