Searched refs:ioapic_i8259 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c1362 static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; variable in typeref:struct:__anon233
1384 ioapic_i8259.apic = apic;
1385 ioapic_i8259.pin = pin;
1398 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1400 ioapic_i8259.pin = i8259_pin;
1401 ioapic_i8259.apic = i8259_apic;
1404 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1405 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))
1423 if (ioapic_i8259
[all...]

Completed in 211 milliseconds