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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1074 struct apic_io_entry *ioapicp; local
1177 ioapicp = (struct apic_io_entry *)busp;
1183 if (ioapicp->io_flags & IOAPIC_FLAGS_EN) {
1184 apic_io_id[apic_io_max] = ioapicp->io_apicid;
1185 apic_io_ver[apic_io_max] = ioapicp->io_version;
1188 (uint32_t)ioapicp->io_apic_addr,
1196 ioapicp->io_apic_addr);
1226 ioapicp++;
1227 } while (ioapicp->io_entry == APIC_IO_ENTRY);
1229 apic_io_intrp = (struct apic_io_intr *)ioapicp;
[all...]

Completed in 48 milliseconds