Searched refs:find_irq_entry (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/kernel/apic/ |
D | io_apic.c | 679 static int find_irq_entry(int ioapic_idx, int pin, int type) in find_irq_entry() function 844 idx = find_irq_entry(ioapic, pin, mp_INT); in __acpi_get_override_irq() 1116 idx = find_irq_entry(ioapic, pin, mp_INT); in mp_map_gsi_to_irq() 1214 idx = find_irq_entry(ioapic, pin, mp_INT); in setup_IO_APIC_irqs() 2234 int idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer()
|