HYPERVISOR_event_channel_op
EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status);
ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority,
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) {
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control);
ret = HYPERVISOR_event_channel_op(EVTCHNOP_expand_array, &expand_array);
(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg);
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
int HYPERVISOR_event_channel_op(int cmd, void *arg);
if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
(void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);