Home
last modified time | relevance | path

Searched refs:apic_io_max (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c698 apic_io_max = 0; in acpi_probe()
735 ioapic_ix = apic_io_max; in acpi_probe()
739 apic_physaddr[apic_io_max] = in acpi_probe()
748 apic_io_max++; in acpi_probe()
856 PRM_DEBUG(apic_io_max); in acpi_probe()
1067 apic_io_max = 0; in acpi_probe()
1117 apic_io_max = 1; in apic_handle_defconf()
1246 apic_io_max = 0; in apic_parse_mpct()
1252 apicioadr[apic_io_max] = in apic_parse_mpct()
1264 ioapic_ix = apic_io_max; in apic_parse_mpct()
[all …]
H A Dmp_platform_misc.c185 extern int apic_io_max;
279 for (j = 0; j < apic_io_max && mask_apic; j++) { in ioapic_init_intr()
1098 for (ioapicindex = apic_io_max - 1; ioapicindex; ioapicindex--) in apic_setup_irq_table()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dapic_common.c55 uint32_t apic_io_max; in ioapic() local
73 if (mdb_readvar(&apic_io_max, "apic_io_max") == -1) { in ioapic()
84 for (i = 0; i < apic_io_max; i++) { in ioapic()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h84 extern int apic_io_max;
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c169 extern int apic_io_max;
263 for (j = 0; j < apic_io_max && mask_apic; j++) { in ioapic_init_intr()
1045 for (ioapicindex = apic_io_max - 1; ioapicindex; ioapicindex--) in apic_setup_irq_table()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c279 if ((apic_io_max == 1) || (apic_nvidia_io_max == apic_io_max)) in apic_ioapic_method_probe()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c375 for (i = 1; i < apic_io_max; i++) { in apix_init()
2241 for (ioapicindex = apic_io_max - 1; ioapicindex; ioapicindex--) in apix_intx_setup()
H A Dapix_utils.c1906 for (j = 0; j < apic_io_max && mask_apic; j++) { in ioapix_init_intr()