Searched refs:apicd (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dvector.c102 struct apic_chip_data *apicd = apic_chip_data(irqd); local
104 return apicd ? &apicd->hw_irq_cfg : NULL;
115 struct apic_chip_data *apicd; local
117 apicd = kzalloc_node(sizeof(*apicd), GFP_KERNEL, node);
118 if (apicd)
119 INIT_HLIST_NODE(&apicd->clist);
120 return apicd;
123 static void free_apic_chip_data(struct apic_chip_data *apicd) argument
131 struct apic_chip_data *apicd = apic_chip_data(irqd); local
145 struct apic_chip_data *apicd = apic_chip_data(irqd); local
198 struct apic_chip_data *apicd = apic_chip_data(irqd); local
212 struct apic_chip_data *apicd = apic_chip_data(irqd); local
235 struct apic_chip_data *apicd = apic_chip_data(irqd); local
327 struct apic_chip_data *apicd = apic_chip_data(irqd); local
347 struct apic_chip_data *apicd = apic_chip_data(irqd); local
377 struct apic_chip_data *apicd = apic_chip_data(irqd); local
401 struct apic_chip_data *apicd = apic_chip_data(irqd); local
458 struct apic_chip_data *apicd = apic_chip_data(irqd); local
481 struct apic_chip_data *apicd = apic_chip_data(irqd); local
495 struct apic_chip_data *apicd; local
514 vector_configure_legacy(unsigned int virq, struct irq_data *irqd, struct apic_chip_data *apicd) argument
546 struct apic_chip_data *apicd; local
619 struct apic_chip_data apicd; local
897 struct apic_chip_data *apicd = apic_chip_data(irqd); local
935 free_moved_vector(struct apic_chip_data *apicd) argument
961 struct apic_chip_data *apicd; local
1009 __vector_schedule_cleanup(struct apic_chip_data *apicd) argument
1046 struct apic_chip_data *apicd; local
1055 struct apic_chip_data *apicd; local
1076 struct apic_chip_data *apicd; local
[all...]

Completed in 103 milliseconds