Searched defs:apic_cpus (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c74 apic_cpus_info_t *apic_cpus; variable
848 apic_cpus[cpun].aci_status |= APIC_CPU_INTR_ENABLE;
864 apic_cpus[cpun].aci_status |= APIC_CPU_ONLINE;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c236 apic_cpus_info_t *apic_cpus = NULL; variable
440 apicid = apic_cpus[cpun].aci_local_id;
490 if (apic_cpus[cpun].aci_local_ver >= APIC_INTEGRATED_VERS) {
551 if (apic_cpus[cpun].aci_local_ver < APIC_INTEGRATED_VERS) {
628 apic_reg_ops->apic_write_int_cmd(apic_cpus[cpun].aci_local_id,
730 if (cpun == apic_cpus[0].aci_local_id) {
741 apic_cpus[0].aci_local_id, APIC_CURR_ADD | AV_REMOTE);
906 if (apic_cpus[i].aci_local_id == localid) {
913 } else if (apic_cpus[i].aci_processor_id == procid) {
929 localver = apic_cpus[
[all...]

Completed in 64 milliseconds