Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/pci/
Dirq.c33 static struct irq_routing_table *pirq_table; variable
210 struct irq_routing_table *rt = pirq_table; in pirq_peer_trick()
1291 struct irq_routing_table *rt = pirq_table; in pirq_find_router()
1346 struct irq_routing_table *rt = pirq_table; in pirq_get_dev_info()
1417 if (!pirq_table) in pcibios_lookup_irq()
1434 'A' + dpin - 1, pirq, mask, pirq_table->exclusive_irqs); in pcibios_lookup_irq()
1653 pirq_table = pirq_find_routing_table(); in pcibios_irq_init()
1656 if (!pirq_table && (pci_probe & PCI_BIOS_IRQ_SCAN)) { in pcibios_irq_init()
1657 pirq_table = pcibios_get_irq_routing_table(); in pcibios_irq_init()
1658 rtable = pirq_table; in pcibios_irq_init()
[all …]