Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_regops.c138 if (apic_mode != LOCAL_X2APIC) in apic_enable_x2apic()
150 if (apic_mode != LOCAL_X2APIC) in apic_enable_x2apic()
160 if (apic_mode == LOCAL_APIC) in apic_change_ops()
162 else if (apic_mode == LOCAL_X2APIC) in apic_change_ops()
176 ASSERT(apic_mode == LOCAL_X2APIC); in x2apic_send_ipi()
228 ASSERT(apic_mode == LOCAL_X2APIC); in x2apic_send_pir_ipi()
H A Dapix.c265 apic_mode = LOCAL_X2APIC; in apix_probe()
410 if (apic_mode == LOCAL_APIC) { in apix_init_intr()
550 apic_intrmap_init(apic_mode); in apix_picinit()
608 if (apic_mode == LOCAL_APIC) in apix_send_eoi()
994 if (apic_mode == LOCAL_X2APIC && apic_detect_x2apic() && in apix_post_cpu_start()
1003 if (apic_mode == LOCAL_X2APIC) { in apix_post_cpu_start()
1013 if (apic_mode == LOCAL_APIC) in apix_post_cpu_start()
1095 apic_mode = LOCAL_X2APIC; in x2apic_update_psm()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c474 if (apic_mode == LOCAL_APIC) { in apic_cpu_send_SIPI()
485 if (apic_mode == LOCAL_APIC && in apic_cpu_send_SIPI()
529 if (apic_mode == LOCAL_X2APIC) { in apic_cpu_start()
744 if (apic_mode == LOCAL_APIC) in apic_gethrtime()
764 if (apic_mode == LOCAL_APIC) in apic_gethrtime()
937 } else if (localid >= 255 && apic_mode == LOCAL_APIC) { in apic_cpu_add()
1403 if (apic_mode == LOCAL_APIC) in apic_shutdown()
1685 apic_intrmap_init(int apic_mode) in apic_intrmap_init() argument
1710 apic_intrmap_init(apic_mode) == DDI_SUCCESS) { in apic_intrmap_init()
H A Dapic_regops.c63 apic_mode_t apic_mode = LOCAL_APIC; /* Default mode is Local APIC */ variable
H A Dapic.c331 ASSERT(apic_mode == LOCAL_APIC); in apic_init_intr()
471 apic_intrmap_init(apic_mode); in apic_picinit()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h191 extern void apic_intrmap_init(int apic_mode);
H A Dapic.h107 typedef enum apic_mode { enum
871 extern apic_mode_t apic_mode;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_intrmap.c135 static int immu_intrmap_init(int apic_mode);
618 immu_intrmap_init(int apic_mode) in immu_intrmap_init() argument
627 intrmap_apic_mode = apic_mode; in immu_intrmap_init()
H A Dmp_platform_common.c632 if (apic_mode != LOCAL_X2APIC) in acpi_get_apic_lid()
2365 if (apic_mode == LOCAL_APIC) in apic_save_state()
2405 if (apic_mode == LOCAL_APIC) { in apic_restore_state()