Searched refs:irq_routing_table (Results 1 – 11 of 11) sorted by relevance
38 struct __packed irq_routing_table { struct61 static inline int get_irq_slot_count(struct irq_routing_table *rt) in get_irq_slot_count() argument140 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt);
97 struct irq_routing_table *pirq_routing_table;
353 struct irq_routing_table * pcibios_get_irq_routing_table(void) in pcibios_get_irq_routing_table()356 struct irq_routing_table *rt = NULL; in pcibios_get_irq_routing_table()391 rt = kmalloc(sizeof(struct irq_routing_table) + opt.size, GFP_KERNEL); in pcibios_get_irq_routing_table()393 memset(rt, 0, sizeof(struct irq_routing_table)); in pcibios_get_irq_routing_table()394 rt->size = opt.size + sizeof(struct irq_routing_table); in pcibios_get_irq_routing_table()
33 static struct irq_routing_table *pirq_table;73 static inline struct irq_routing_table *pirq_check_routing_table(u8 *addr, in pirq_check_routing_table()76 struct irq_routing_table *rt; in pirq_check_routing_table()80 rt = (struct irq_routing_table *)addr; in pirq_check_routing_table()84 rt->size < sizeof(struct irq_routing_table) || in pirq_check_routing_table()126 static inline struct irq_routing_table *pirq_convert_irt_table(u8 *addr, in pirq_convert_irt_table()130 struct irq_routing_table *rt; in pirq_convert_irt_table()171 static struct irq_routing_table * __init pirq_find_routing_table(void) in pirq_find_routing_table()176 struct irq_routing_table *rt; in pirq_find_routing_table()186 addr < bios_end - sizeof(struct irq_routing_table); in pirq_find_routing_table()[all …]
110 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt) in copy_pirq_routing_table()112 struct irq_routing_table *rom_rt; in copy_pirq_routing_table()125 rom_rt = (struct irq_routing_table *)(uintptr_t)addr; in copy_pirq_routing_table()
92 struct irq_routing_table *pcibios_get_irq_routing_table(void);
85 struct irq_routing_table { struct
153 struct irq_routing_table *rt; in create_pirq_routing_table()251 rt = calloc(1, sizeof(struct irq_routing_table)); in create_pirq_routing_table()
437 extern struct irq_routing_table *cpqhp_routing_table;725 return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) / in cpqhp_routing_table_length()
114 struct irq_routing_table *rtable; in ibmphp_init_devno()125 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno()
40 struct irq_routing_table *cpqhp_routing_table;