Lines Matching defs:vector
91 * PIRQ - vector, with MSB being "needs EIO", or physical IRQ of the HVM
94 * IPI - IPI vector
125 unsigned char vector;
1023 irq_op.vector = 0;
1141 * If trying to remove a vector in a MSI group different
1142 * than the first one skip the PIRQ unmap unless this vector
1634 void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector)
1639 if (unlikely(vector == XEN_NMI_VECTOR)) {
1647 evtchn = per_cpu(ipi_to_evtchn, cpu)[vector];
2180 * channel notifications because we can receive vector callbacks on any
2189 pr_err("Request for Xen HVM callback vector failed\n");
2196 * Setup per-vCPU vector-type callbacks. If this setup is unavailable,
2197 * fallback to the global vector-type callback.
2217 .vector = HYPERVISOR_CALLBACK_VECTOR,
2237 pr_info("Xen HVM callback vector for event delivery is enabled\n");