Searched refs:newvec (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kernel/apic/ |
| H A D | vector.c | 150 static void chip_data_update(struct irq_data *irqd, unsigned int newvec, unsigned int newcpu) in chip_data_update() argument 158 trace_vector_update(irqd->irq, newvec, newcpu, apicd->vector, in chip_data_update() 188 apicd->vector = newvec; in chip_data_update() 190 BUG_ON(!IS_ERR_OR_NULL(per_cpu(vector_irq, newcpu)[newvec])); in chip_data_update() 191 per_cpu(vector_irq, newcpu)[newvec] = desc; in chip_data_update() 192 apic_update_irq_cfg(irqd, newvec, newcpu); in chip_data_update()
|