Symbol: HYPERVISOR_event_channel_op
arch/arm/xen/enlighten.c
573
EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
drivers/xen/events/events_2l.c
121
(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
drivers/xen/events/events_base.c
1265
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
drivers/xen/events/events_base.c
1302
err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
drivers/xen/events/events_base.c
1330
rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status);
drivers/xen/events/events_base.c
1385
ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
drivers/xen/events/events_base.c
1573
return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority,
drivers/xen/events/events_base.c
1800
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0) {
drivers/xen/events/events_base.c
1992
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
drivers/xen/events/events_base.c
2020
if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
drivers/xen/events/events_base.c
868
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
drivers/xen/events/events_fifo.c
118
return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control);
drivers/xen/events/events_fifo.c
171
ret = HYPERVISOR_event_channel_op(EVTCHNOP_expand_array, &expand_array);
drivers/xen/events/events_fifo.c
255
(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
drivers/xen/evtchn.c
460
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
drivers/xen/evtchn.c
486
rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
drivers/xen/evtchn.c
511
rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
drivers/xen/xenbus/xenbus_client.c
486
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
drivers/xen/xenbus/xenbus_client.c
508
err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
drivers/xen/xenbus/xenbus_dev_backend.c
56
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg);
drivers/xen/xenbus/xenbus_probe.c
936
err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
include/xen/arm/hypercall.h
51
int HYPERVISOR_event_channel_op(int cmd, void *arg);
include/xen/events.h
143
if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
include/xen/events.h
82
(void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);