Home
last modified time | relevance | path

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

/arch/x86/kernel/apic/
Dio_apic.c1946 static struct { int pin, apic; } ioapic_i8259 = { -1, -1 }; variable
1964 ioapic_i8259.apic = apic; in enable_IO_APIC()
1965 ioapic_i8259.pin = pin; in enable_IO_APIC()
1978 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) { in enable_IO_APIC()
1980 ioapic_i8259.pin = i8259_pin; in enable_IO_APIC()
1981 ioapic_i8259.apic = i8259_apic; in enable_IO_APIC()
1984 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) && in enable_IO_APIC()
1985 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0)) in enable_IO_APIC()
2003 if (ioapic_i8259.pin != -1) { in native_disable_io_apic()
2020 ioapic_write_entry(ioapic_i8259.apic, ioapic_i8259.pin, entry); in native_disable_io_apic()
[all …]