Home
last modified time | relevance | path

Searched refs:apic_chip_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dvector.c24 struct apic_chip_data { struct
36 static struct apic_chip_data *legacy_irq_data[NR_IRQS_LEGACY]; argument
52 static struct apic_chip_data *apic_chip_data(struct irq_data *irq_data) in apic_chip_data() function
65 struct apic_chip_data *data = apic_chip_data(irq_data); in irqd_cfg()
75 static struct apic_chip_data *alloc_apic_chip_data(int node) in alloc_apic_chip_data()
77 struct apic_chip_data *data; in alloc_apic_chip_data()
94 static void free_apic_chip_data(struct apic_chip_data *data) in free_apic_chip_data()
103 static int __assign_irq_vector(int irq, struct apic_chip_data *d, in __assign_irq_vector()
228 static int assign_irq_vector(int irq, struct apic_chip_data *data, in assign_irq_vector()
241 struct apic_chip_data *data, in assign_irq_vector_policy()
[all …]