Searched refs:HYPERVISOR_event_channel_op (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/
H A Devents.h40 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_client.c361 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
386 err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
410 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c319 (void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
411 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
441 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
473 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
755 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0)
843 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
871 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
H A Devtchn.c269 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
290 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
311 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/xen/
H A Dhypercall.h206 #define HYPERVISOR_event_channel_op xencomm_hypercall_event_channel_op macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/xen/
H A Dhypercall.h298 HYPERVISOR_event_channel_op(int cmd, void *arg) function

Completed in 174 milliseconds