Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/xen/
Devtchn.c493 struct evtchn_alloc_unbound alloc_unbound; in evtchn_ioctl() local
503 alloc_unbound.dom = DOMID_SELF; in evtchn_ioctl()
504 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
506 &alloc_unbound); in evtchn_ioctl()
510 rc = evtchn_bind_to_user(u, alloc_unbound.port); in evtchn_ioctl()
512 rc = alloc_unbound.port; in evtchn_ioctl()
/linux-6.1.9/drivers/xen/xenbus/
Dxenbus_client.c464 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
467 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
468 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
471 &alloc_unbound); in xenbus_alloc_evtchn()
475 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
Dxenbus_probe.c874 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
884 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
885 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
888 &alloc_unbound); in xenstored_local_init()
893 xen_store_evtchn = alloc_unbound.port; in xenstored_local_init()
/linux-6.1.9/include/xen/interface/
Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member