Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsmp.c156 xen_send_IPI_one(cpu, XEN_RESCHEDULE_VECTOR); in xen_smp_send_reschedule()
165 xen_send_IPI_one(cpu, vector); in __xen_send_IPI_mask()
243 xen_send_IPI_one(smp_processor_id(), xen_vector); in xen_send_IPI_self()
260 xen_send_IPI_one(cpu, xen_vector); in xen_send_IPI_mask_allbutself()
H A Dspinlock.c31 xen_send_IPI_one(cpu, XEN_SPIN_UNLOCK_VECTOR); in xen_qlock_kick()
/OK3568_Linux_fs/kernel/include/xen/
H A Devents.h74 void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector);
/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_base.c1568 void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector) in xen_send_IPI_one() function