Home
last modified time | relevance | path

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

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