Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dvector.c102 struct apic_chip_data *apicd = apic_chip_data(irqd); in irqd_cfg() local
104 return apicd ? &apicd->hw_irq_cfg : NULL; in irqd_cfg()
115 struct apic_chip_data *apicd; in alloc_apic_chip_data() local
117 apicd = kzalloc_node(sizeof(*apicd), GFP_KERNEL, node); in alloc_apic_chip_data()
118 if (apicd) in alloc_apic_chip_data()
119 INIT_HLIST_NODE(&apicd->clist); in alloc_apic_chip_data()
120 return apicd; in alloc_apic_chip_data()
123 static void free_apic_chip_data(struct apic_chip_data *apicd) in free_apic_chip_data() argument
131 struct apic_chip_data *apicd = apic_chip_data(irqd); apic_update_irq_cfg() local
145 struct apic_chip_data *apicd = apic_chip_data(irqd); apic_update_vector() local
199 struct apic_chip_data *apicd = apic_chip_data(irqd); reserve_managed_vector() local
213 struct apic_chip_data *apicd = apic_chip_data(irqd); reserve_irq_vector_locked() local
236 struct apic_chip_data *apicd = apic_chip_data(irqd); assign_vector_locked() local
327 struct apic_chip_data *apicd = apic_chip_data(irqd); assign_managed_vector() local
347 struct apic_chip_data *apicd = apic_chip_data(irqd); clear_irq_vector() local
377 struct apic_chip_data *apicd = apic_chip_data(irqd); x86_vector_deactivate() local
401 struct apic_chip_data *apicd = apic_chip_data(irqd); activate_reserved() local
458 struct apic_chip_data *apicd = apic_chip_data(irqd); x86_vector_activate() local
481 struct apic_chip_data *apicd = apic_chip_data(irqd); vector_free_reserved_and_managed() local
495 struct apic_chip_data *apicd; x86_vector_free_irqs() local
515 vector_configure_legacy(unsigned int virq,struct irq_data * irqd,struct apic_chip_data * apicd) vector_configure_legacy() argument
546 struct apic_chip_data *apicd; x86_vector_alloc_irqs() local
619 struct apic_chip_data apicd; x86_vector_debug_show() local
891 free_moved_vector(struct apic_chip_data * apicd) free_moved_vector() argument
921 struct apic_chip_data *apicd; apic_force_complete_move() local
998 struct apic_chip_data *apicd = apic_chip_data(irqd); apic_retrigger_irq() local
1039 struct apic_chip_data *apicd; __vector_cleanup() local
1086 __vector_schedule_cleanup(struct apic_chip_data * apicd) __vector_schedule_cleanup() argument
1124 struct apic_chip_data *apicd; vector_schedule_cleanup() local
1133 struct apic_chip_data *apicd; irq_complete_move() local
[all...]