HYPERVISOR_event_channel_op  429 arch/arm/xen/enlighten.c EXPORT_SYMBOL_GPL(HYPERVISOR_event_channel_op);
HYPERVISOR_event_channel_op  119 drivers/xen/events/events_2l.c 		(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
HYPERVISOR_event_channel_op  453 drivers/xen/events/events_base.c 	if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
HYPERVISOR_event_channel_op  523 drivers/xen/events/events_base.c 	rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
HYPERVISOR_event_channel_op  889 drivers/xen/events/events_base.c 		if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
HYPERVISOR_event_channel_op  920 drivers/xen/events/events_base.c 	err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
HYPERVISOR_event_channel_op  936 drivers/xen/events/events_base.c 		rc = HYPERVISOR_event_channel_op(EVTCHNOP_status, &status);
HYPERVISOR_event_channel_op  985 drivers/xen/events/events_base.c 		ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
HYPERVISOR_event_channel_op 1130 drivers/xen/events/events_base.c 	return HYPERVISOR_event_channel_op(EVTCHNOP_set_priority,
HYPERVISOR_event_channel_op 1323 drivers/xen/events/events_base.c 	if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu) >= 0)
HYPERVISOR_event_channel_op 1464 drivers/xen/events/events_base.c 		if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
HYPERVISOR_event_channel_op 1488 drivers/xen/events/events_base.c 		if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
HYPERVISOR_event_channel_op  118 drivers/xen/events/events_fifo.c 	return HYPERVISOR_event_channel_op(EVTCHNOP_init_control, &init_control);
HYPERVISOR_event_channel_op  172 drivers/xen/events/events_fifo.c 		ret = HYPERVISOR_event_channel_op(EVTCHNOP_expand_array, &expand_array);
HYPERVISOR_event_channel_op  254 drivers/xen/events/events_fifo.c 		(void)HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask);
HYPERVISOR_event_channel_op  406 drivers/xen/evtchn.c 	if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0)
HYPERVISOR_event_channel_op  479 drivers/xen/evtchn.c 		rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
HYPERVISOR_event_channel_op  505 drivers/xen/evtchn.c 		rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
HYPERVISOR_event_channel_op  532 drivers/xen/evtchn.c 		rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
HYPERVISOR_event_channel_op  402 drivers/xen/xenbus/xenbus_client.c 	err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
HYPERVISOR_event_channel_op  424 drivers/xen/xenbus/xenbus_client.c 	err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
HYPERVISOR_event_channel_op   56 drivers/xen/xenbus/xenbus_dev_backend.c 	err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg);
HYPERVISOR_event_channel_op  728 drivers/xen/xenbus/xenbus_probe.c 	err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
HYPERVISOR_event_channel_op   51 include/xen/arm/hypercall.h int HYPERVISOR_event_channel_op(int cmd, void *arg);
HYPERVISOR_event_channel_op   68 include/xen/events.h 	(void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);