Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Devtchn.c499 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local
509 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
510 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
512 &alloc_unbound); in evtchn_ioctl()
516 rc = evtchn_bind_to_user(u, alloc_unbound.port, false); in evtchn_ioctl()
518 rc = alloc_unbound.port; in evtchn_ioctl()
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c473 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
476 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
477 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
480 &alloc_unbound); in xenbus_alloc_evtchn()
484 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
H A Dxenbus_probe.c881 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
891 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
892 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
895 &alloc_unbound); in xenstored_local_init()
900 xen_store_evtchn = alloc_unbound.port; in xenstored_local_init()
/linux/include/xen/interface/
H A Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member