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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dapic_common.c55 uint32_t apic_io_max; local
73 if (mdb_readvar(&apic_io_max, "apic_io_max") == -1) {
78 mdb_warn("failed to read apic_io_max");
84 for (i = 0; i < apic_io_max; i++) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c231 int apic_io_max = 0; /* no. of i/o apics enabled */ variable
513 for (i = 0; i < apic_io_max; i++)
635 apic_io_max = 0;
676 if (apic_io_max < MAX_IO_APIC) {
677 ioapic_ix = apic_io_max;
678 apic_io_id[apic_io_max] = mia->Id;
679 apic_io_vectbase[apic_io_max] =
681 apic_physaddr[apic_io_max] =
683 ioapic = apicioadr[apic_io_max] =
688 ioapic_mask_workaround[apic_io_max]
[all...]

Completed in 60 milliseconds