Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c83 static wc_cpu_t *wc_other_cpus = NULL; variable
185 wc_cpu_t *wc_cpu = wc_other_cpus + index; in i_cpr_save_context()
341 wc_cpu_t *cpup = wc_other_cpus + who; in i_cpr_pre_resume_cpus()
485 wc_cpu_t *cpup = wc_other_cpus + who; in prt_other_cpus()
593 ret = i_cpr_platform_alloc(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
597 ret = i_cpr_save_apic(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
684 ret = i_cpr_restore_apic(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
690 i_cpr_platform_free(&(wc_other_cpus->wc_apic_state)); in i_cpr_power_down()
1001 if (wc_other_cpus == NULL) { in i_cpr_alloc_cpus()
1002 wc_other_cpus = kmem_zalloc(max_ncpus * sizeof (wc_cpu_t), in i_cpr_alloc_cpus()
[all …]