Lines Matching defs:apic_chip_data
26 struct apic_chip_data { struct
27 struct irq_cfg hw_irq_cfg;
28 unsigned int vector;
29 unsigned int prev_vector;
30 unsigned int cpu;
31 unsigned int prev_cpu;
32 unsigned int irq;
33 struct hlist_node clist;
34 unsigned int move_in_progress : 1,
35 is_managed : 1,
36 can_reserve : 1,
37 has_reserved : 1;
89 static struct apic_chip_data *apic_chip_data(struct irq_data *irqd) in apic_chip_data() function