Searched refs:apic_use_acpi_madt_only (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h223 extern int apic_use_acpi_madt_only;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c191 int apic_use_acpi_madt_only = 0; /* 1=ONLY use MADT from ACPI */ variable
350 apic_use_acpi_madt_only = ((acpi_user_options & ACPI_OUSER_MADT) != 0);
354 apic_use_acpi_madt_only = 0;
469 if ((retval == PSM_SUCCESS) && !apic_use_acpi_madt_only) {
960 if (apic_use_acpi_madt_only) {
H A Dmp_platform_misc.c144 extern int apic_use_acpi_madt_only; /* 1=ONLY use MADT from ACPI */
853 if (apic_enable_acpi && !apic_use_acpi_madt_only) {
878 if (apic_enable_acpi && !apic_use_acpi_madt_only) {
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c133 extern int apic_use_acpi_madt_only; /* 1=ONLY use MADT from ACPI */
808 if (apic_enable_acpi && !apic_use_acpi_madt_only) {
833 if (apic_enable_acpi && !apic_use_acpi_madt_only) {
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c2341 if (!apic_enable_acpi || apic_use_acpi_madt_only) {
2418 if (apic_enable_acpi && !apic_use_acpi_madt_only) { /* ACPI */

Completed in 78 milliseconds