Searched refs:irq_routing_table (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/pci/
H A Dpcbios.c366 struct irq_routing_table * pcibios_get_irq_routing_table(void)
369 struct irq_routing_table *rt = NULL;
405 rt = kmalloc(sizeof(struct irq_routing_table) + opt.size, GFP_KERNEL);
407 memset(rt, 0, sizeof(struct irq_routing_table));
408 rt->size = opt.size + sizeof(struct irq_routing_table);
H A Dirq.c33 static struct irq_routing_table *pirq_table;
73 static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr,
76 struct irq_routing_table *rt;
80 rt = (struct irq_routing_table *)addr;
84 rt->size < sizeof(struct irq_routing_table) ||
126 static inline struct irq_routing_table *pirq_convert_irt_table(u8 *addr,
130 struct irq_routing_table *rt;
171 static struct irq_routing_table * __init pirq_find_routing_table(void)
176 struct irq_routing_table *rt;
186 addr < bios_end - sizeof(struct irq_routing_table);
[all...]
/linux-master/arch/x86/include/asm/
H A Dpci.h91 struct irq_routing_table *pcibios_get_irq_routing_table(void);
H A Dpci_x86.h85 struct irq_routing_table { struct
/linux-master/drivers/pci/hotplug/
H A Dcpqphp.h437 extern struct irq_routing_table *cpqhp_routing_table;
725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) /
H A Dibmphp_core.c24 #include <asm/pci_x86.h> /* for struct irq_routing_table */
114 struct irq_routing_table *rtable;
125 len = (rtable->size - sizeof(struct irq_routing_table)) /
H A Dcpqphp_core.c40 struct irq_routing_table *cpqhp_routing_table;

Completed in 117 milliseconds