Searched refs:irq_routing_table (Results 1 – 4 of 4) 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);
98 struct irq_routing_table *pirq_routing_table;
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()
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()