Lines Matching defs:vector
1118 static void prepare_irte(struct irte *irte, int vector, unsigned int dest)
1133 irte->vector = vector;
1170 * Atomically updates the IRTE with the new destination, vector
1173 irte->vector = cfg->vector;
1185 * update(of vector and cpu destination) of IRTE and flush the hardware cache.
1188 * updated vector information), by using a virtual vector (io-apic pin number).
1189 * Real vector that is used for interrupting cpu will be coming from
1211 * vector allocation.
1250 irte_pi.p_vector = vcpu_pi_info->vector;
1279 prepare_irte(irte, irq_cfg->vector, irq_cfg->dest_apicid);
1288 irte->avail, irte->vector, irte->dest_id,
1299 * IO-APIC RTE will be configured with virtual vector.
1302 entry->vector = info->ioapic.pin;