Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
A Dvector.c93 return apicd ? &apicd->hw_irq_cfg : NULL; in irqd_cfg()
106 apicd = kzalloc_node(sizeof(*apicd), GFP_KERNEL, node); in alloc_apic_chip_data()
107 if (apicd) in alloc_apic_chip_data()
109 return apicd; in alloc_apic_chip_data()
114 kfree(apicd); in free_apic_chip_data()
162 apicd->prev_vector = apicd->vector; in apic_update_vector()
163 apicd->prev_cpu = apicd->cpu; in apic_update_vector()
373 if (!apicd->is_managed && !apicd->can_reserve) in x86_vector_deactivate()
455 if (!apicd->can_reserve && !apicd->is_managed) in x86_vector_activate()
634 memcpy(&apicd, irqd->chip_data, sizeof(apicd)); in x86_vector_debug_show()
[all …]

Completed in 6 milliseconds