Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c104 return apicd ? &apicd->hw_irq_cfg : NULL; in irqd_cfg()
117 apicd = kzalloc_node(sizeof(*apicd), GFP_KERNEL, node); in alloc_apic_chip_data()
118 if (apicd) in alloc_apic_chip_data()
120 return apicd; in alloc_apic_chip_data()
125 kfree(apicd); in free_apic_chip_data()
173 apicd->prev_vector = apicd->vector; in apic_update_vector()
174 apicd->prev_cpu = apicd->cpu; in apic_update_vector()
384 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
466 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
641 memcpy(&apicd, irqd->chip_data, sizeof(apicd)); in x86_vector_debug_show()
[all …]