Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dcpr_impl.c85 static wc_cpu_t *wc_other_cpus = NULL; variable
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()
491 wc_cpu_t *cpup = wc_other_cpus + who; in prt_other_cpus()
603 ret = i_cpr_platform_alloc(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
607 ret = i_cpr_save_apic(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
700 ret = i_cpr_restore_apic(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
706 i_cpr_platform_free(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
1024 if (wc_other_cpus == NULL) { in i_cpr_alloc_cpus()
1025 wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t), in i_cpr_alloc_cpus()
[all …]