Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Devtchn.c520 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local
530 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
531 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
533 &alloc_unbound); in evtchn_ioctl()
537 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()
539 rc = alloc_unbound.port; in evtchn_ioctl()
/Linux-v5.10/drivers/xen/xenbus/
Dxenbus_client.c415 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
418 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
419 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
422 &alloc_unbound); in xenbus_alloc_evtchn()
426 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
Dxenbus_probe.c715 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
725 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
726 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
729 &alloc_unbound); in xenstored_local_init()
734 xen_store_evtchn = alloc_unbound.port; in xenstored_local_init()
/Linux-v5.10/include/xen/interface/
Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member