Lines Matching refs:ioapic_i8259
1353 static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; variable
1375 ioapic_i8259.apic = apic; in enable_IO_APIC()
1376 ioapic_i8259.pin = pin; in enable_IO_APIC()
1389 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) { in enable_IO_APIC()
1391 ioapic_i8259.pin = i8259_pin; in enable_IO_APIC()
1392 ioapic_i8259.apic = i8259_apic; in enable_IO_APIC()
1395 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) && in enable_IO_APIC()
1396 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0)) in enable_IO_APIC()
1414 if (ioapic_i8259.pin != -1) { in native_restore_boot_irq_mode()
1430 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry); in native_restore_boot_irq_mode()
1434 disconnect_bsp_APIC(ioapic_i8259.pin != -1); in native_restore_boot_irq_mode()
2188 pin2 = ioapic_i8259.pin; in check_timer()
2189 apic2 = ioapic_i8259.apic; in check_timer()