Searched refs:apic_support_msi (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h193 extern int apic_support_msi;
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c785 if (apic_support_msi == 0) {
787 * if apic_support_msi is not set, call
792 apic_support_msi = 1;
794 apic_support_msi = -1;
796 if (apic_support_msi == 1) {
H A Dapic_common.c1585 int apic_support_msi = 0; variable
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1324 if (apic_support_msi == 0) { /* uninitialized */
1326 * if apic_support_msi is not set, call
1331 apic_support_msi = 1; /* supported */
1333 apic_support_msi = -1; /* not-supported */
1335 if (apic_support_msi == 1) {

Completed in 93 milliseconds