Searched refs:apic_io_id (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c209 uchar_t apic_io_id[MAX_IO_APIC]; variable
678 apic_io_id[apic_io_max] = mia->Id;
894 if (hid != apic_io_id[i]) {
895 if (apic_io_id[i] == 0)
896 apic_io_id[i] = hid;
898 id = ((uint32_t)apic_io_id[i]) << 24;
1044 apic_io_id[0] = 2;
1184 apic_io_id[apic_io_max] = ioapicp->io_apicid;
1202 if (hid != apic_io_id[apic_io_max]) {
1203 if (apic_io_id[apic_io_ma
[all...]
H A Dmp_platform_misc.c1091 if (apic_io_id[ioapicindex] == ioapic)
1093 ASSERT((ioapic == apic_io_id[ioapicindex]) ||
1106 ioapic = apic_io_id[ioapicindex];
1119 ioapic = apic_io_id[ioapicindex];
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1046 if (apic_io_id[ioapicindex] == ioapic)
1048 ASSERT((ioapic == apic_io_id[ioapicindex]) ||
1061 ioapic = apic_io_id[ioapicindex];
1074 ioapic = apic_io_id[ioapicindex];
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c2265 if (apic_io_id[ioapicindex] == ioapic)
2267 ASSERT((ioapic == apic_io_id[ioapicindex]) ||
2278 ioapic = apic_io_id[ioapicindex];
2292 ioapic = apic_io_id[ioapicindex];
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h845 extern uchar_t apic_io_id[MAX_IO_APIC];
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1747 return (apic_io_id[ioapicindex]);

Completed in 66 milliseconds