irq_routing_table   95 arch/x86/include/asm/pci.h struct irq_routing_table *pcibios_get_irq_routing_table(void);
irq_routing_table   27 arch/x86/pci/irq.c static struct irq_routing_table *pirq_table;
irq_routing_table   65 arch/x86/pci/irq.c static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr)
irq_routing_table   67 arch/x86/pci/irq.c 	struct irq_routing_table *rt;
irq_routing_table   71 arch/x86/pci/irq.c 	rt = (struct irq_routing_table *) addr;
irq_routing_table   75 arch/x86/pci/irq.c 	    rt->size < sizeof(struct irq_routing_table))
irq_routing_table   94 arch/x86/pci/irq.c static struct irq_routing_table * __init pirq_find_routing_table(void)
irq_routing_table   97 arch/x86/pci/irq.c 	struct irq_routing_table *rt;
irq_routing_table  121 arch/x86/pci/irq.c 	struct irq_routing_table *rt = pirq_table;
irq_routing_table  127 arch/x86/pci/irq.c 	for (i = 0; i < (rt->size - sizeof(struct irq_routing_table)) / sizeof(struct irq_info); i++) {
irq_routing_table  822 arch/x86/pci/irq.c 	struct irq_routing_table *rt = pirq_table;
irq_routing_table  869 arch/x86/pci/irq.c 	struct irq_routing_table *rt = pirq_table;
irq_routing_table  870 arch/x86/pci/irq.c 	int entries = (rt->size - sizeof(struct irq_routing_table)) /
irq_routing_table 1122 arch/x86/pci/irq.c 	struct irq_routing_table *rtable = NULL;
irq_routing_table  353 arch/x86/pci/pcbios.c struct irq_routing_table * pcibios_get_irq_routing_table(void)
irq_routing_table  356 arch/x86/pci/pcbios.c 	struct irq_routing_table *rt = NULL;
irq_routing_table  391 arch/x86/pci/pcbios.c 		rt = kmalloc(sizeof(struct irq_routing_table) + opt.size, GFP_KERNEL);
irq_routing_table  393 arch/x86/pci/pcbios.c 			memset(rt, 0, sizeof(struct irq_routing_table));
irq_routing_table  394 arch/x86/pci/pcbios.c 			rt->size = opt.size + sizeof(struct irq_routing_table);
irq_routing_table  421 drivers/ide/alim15x3.c 	s8 irq_routing_table[] = { -1,  9, 3, 10, 4,  5, 7,  6,
irq_routing_table  442 drivers/ide/alim15x3.c 			irq = irq_routing_table[inmir];
irq_routing_table  449 drivers/ide/alim15x3.c 			irq = irq_routing_table[inmir];
irq_routing_table  437 drivers/pci/hotplug/cpqphp.h extern struct irq_routing_table *cpqhp_routing_table;
irq_routing_table  725 drivers/pci/hotplug/cpqphp.h 	return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) /
irq_routing_table   40 drivers/pci/hotplug/cpqphp_core.c struct irq_routing_table *cpqhp_routing_table;
irq_routing_table  122 drivers/pci/hotplug/ibmphp_core.c 	struct irq_routing_table *rtable;
irq_routing_table  133 drivers/pci/hotplug/ibmphp_core.c 	len = (rtable->size - sizeof(struct irq_routing_table)) /