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