Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c425 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
H A Dxenbus_probe.c807 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Devent_channel.h26 #define EVTCHNOP_alloc_unbound 6 macro
/OK3568_Linux_fs/kernel/drivers/xen/
H A Devtchn.c532 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()