Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Devtchn.c486 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local
492 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
493 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
495 &alloc_unbound); in evtchn_ioctl()
499 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()
501 rc = alloc_unbound.port; in evtchn_ioctl()
Dfallback.c34 COPY_BACK(alloc_unbound); in xen_event_channel_op_compat()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_probe.c707 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
717 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
718 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
721 &alloc_unbound); in xenstored_local_init()
727 alloc_unbound.port; in xenstored_local_init()
Dxenbus_client.c417 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
420 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
421 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
424 &alloc_unbound); in xenbus_alloc_evtchn()
428 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
/linux-4.4.14/include/xen/interface/
Devent_channel.h229 struct evtchn_alloc_unbound alloc_unbound; member