Home
last modified time | relevance | path

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

/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
H A Dxenbus_client.c479 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
/linux/include/xen/interface/
H A Devent_channel.h26 #define EVTCHNOP_alloc_unbound 6 macro
/linux/drivers/xen/
H A Devtchn.c511 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()