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

/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) {

Completed in 63 milliseconds