Searched defs:apic_io_id (Results 1 - 1 of 1) 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...]

Completed in 60 milliseconds