Searched refs:find_irq_entry (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/apic/ |
H A D | io_apic.c | 617 static int find_irq_entry(int ioapic_idx, int pin, int type) in find_irq_entry() function 780 idx = find_irq_entry(ioapic, pin, mp_INT); in __acpi_get_override_irq() 1040 idx = find_irq_entry(ioapic, pin, mp_INT); in mp_map_gsi_to_irq() 1134 idx = find_irq_entry(ioapic, pin, mp_INT); in setup_IO_APIC_irqs() 2117 int idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer()
|