Searched refs:irq_routing_table (Results 1 – 4 of 4) sorted by relevance
39 struct __packed irq_routing_table { struct62 static inline int get_irq_slot_count(struct irq_routing_table *rt) in get_irq_slot_count() argument141 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt);
97 struct irq_routing_table *pirq_routing_table;
111 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt) in copy_pirq_routing_table()113 struct irq_routing_table *rom_rt; in copy_pirq_routing_table()126 rom_rt = (struct irq_routing_table *)(uintptr_t)addr; in copy_pirq_routing_table()
93 struct irq_routing_table *rt; in create_pirq_routing_table()158 rt = calloc(1, sizeof(struct irq_routing_table)); in create_pirq_routing_table()