Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dsmp.c167 int xen_vector; in xen_map_vector() local
171 xen_vector = XEN_RESCHEDULE_VECTOR; in xen_map_vector()
174 xen_vector = XEN_CALL_FUNCTION_VECTOR; in xen_map_vector()
177 xen_vector = XEN_CALL_FUNCTION_SINGLE_VECTOR; in xen_map_vector()
180 xen_vector = XEN_IRQ_WORK_VECTOR; in xen_map_vector()
185 xen_vector = XEN_NMI_VECTOR; in xen_map_vector()
189 xen_vector = -1; in xen_map_vector()
194 return xen_vector; in xen_map_vector()
200 int xen_vector = xen_map_vector(vector); in xen_send_IPI_mask() local
202 if (xen_vector >= 0) in xen_send_IPI_mask()
[all …]