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);
113 struct irq_routing_table *pirq_routing_table;
114 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt) in copy_pirq_routing_table()116 struct irq_routing_table *rom_rt; in copy_pirq_routing_table()129 rom_rt = (struct irq_routing_table *)(uintptr_t)addr; in copy_pirq_routing_table()
156 struct irq_routing_table *rt; in create_pirq_routing_table()254 rt = calloc(1, sizeof(struct irq_routing_table)); in create_pirq_routing_table()
Completed in 7 milliseconds