Home
last modified time | relevance | path

Searched refs:EVTCHNOP_alloc_unbound (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_dev_backend.c57 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
Dxenbus_probe.c720 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
Dxenbus_client.c423 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
/linux-4.4.14/include/xen/interface/
Devent_channel.h25 #define EVTCHNOP_alloc_unbound 6 macro
/linux-4.4.14/drivers/xen/
Devtchn.c494 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()