Symbol: irq_routing_table
arch/x86/include/asm/pci.h
91
struct irq_routing_table *pcibios_get_irq_routing_table(void);
arch/x86/pci/irq.c
126
static inline struct irq_routing_table *pirq_convert_irt_table(u8 *addr,
arch/x86/pci/irq.c
1268
struct irq_routing_table *rt,
arch/x86/pci/irq.c
1291
struct irq_routing_table *rt = pirq_table;
arch/x86/pci/irq.c
130
struct irq_routing_table *rt;
arch/x86/pci/irq.c
1346
struct irq_routing_table *rt = pirq_table;
arch/x86/pci/irq.c
1347
int entries = (rt->size - sizeof(struct irq_routing_table)) /
arch/x86/pci/irq.c
1644
struct irq_routing_table *rtable = NULL;
arch/x86/pci/irq.c
171
static struct irq_routing_table * __init pirq_find_routing_table(void)
arch/x86/pci/irq.c
176
struct irq_routing_table *rt;
arch/x86/pci/irq.c
186
addr < bios_end - sizeof(struct irq_routing_table);
arch/x86/pci/irq.c
210
struct irq_routing_table *rt = pirq_table;
arch/x86/pci/irq.c
216
for (i = 0; i < (rt->size - sizeof(struct irq_routing_table)) / sizeof(struct irq_info); i++) {
arch/x86/pci/irq.c
33
static struct irq_routing_table *pirq_table;
arch/x86/pci/irq.c
73
static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr,
arch/x86/pci/irq.c
76
struct irq_routing_table *rt;
arch/x86/pci/irq.c
80
rt = (struct irq_routing_table *)addr;
arch/x86/pci/irq.c
84
rt->size < sizeof(struct irq_routing_table) ||
arch/x86/pci/pcbios.c
366
struct irq_routing_table * pcibios_get_irq_routing_table(void)
arch/x86/pci/pcbios.c
369
struct irq_routing_table *rt = NULL;
arch/x86/pci/pcbios.c
405
rt = kmalloc(sizeof(struct irq_routing_table) + opt.size, GFP_KERNEL);
arch/x86/pci/pcbios.c
407
memset(rt, 0, sizeof(struct irq_routing_table));
arch/x86/pci/pcbios.c
408
rt->size = opt.size + sizeof(struct irq_routing_table);
drivers/pci/hotplug/cpqphp.h
437
extern struct irq_routing_table *cpqhp_routing_table;
drivers/pci/hotplug/cpqphp.h
725
return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) /
drivers/pci/hotplug/cpqphp_core.c
40
struct irq_routing_table *cpqhp_routing_table;
drivers/pci/hotplug/ibmphp_core.c
114
struct irq_routing_table *rtable;
drivers/pci/hotplug/ibmphp_core.c
125
len = (rtable->size - sizeof(struct irq_routing_table)) /