Home
last modified time | relevance | path

Searched refs:alloc_unbound (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_probe.c794 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
804 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
805 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
808 &alloc_unbound); in xenstored_local_init()
813 xen_store_evtchn = alloc_unbound.port; in xenstored_local_init()
H A Dxenbus_client.c419 struct evtchn_alloc_unbound alloc_unbound; in xenbus_alloc_evtchn() local
422 alloc_unbound.dom = DOMID_SELF; in xenbus_alloc_evtchn()
423 alloc_unbound.remote_dom = dev->otherend_id; in xenbus_alloc_evtchn()
426 &alloc_unbound); in xenbus_alloc_evtchn()
430 *port = alloc_unbound.port; in xenbus_alloc_evtchn()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A 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()
H A Dxenbus_probe.c877 struct evtchn_alloc_unbound alloc_unbound; in xenstored_local_init() local
887 alloc_unbound.dom = DOMID_SELF; in xenstored_local_init()
888 alloc_unbound.remote_dom = DOMID_SELF; in xenstored_local_init()
891 &alloc_unbound); in xenstored_local_init()
896 xen_store_evtchn = alloc_unbound.port; in xenstored_local_init()
/kernel/linux/linux-5.10/include/xen/interface/
H A Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member
/kernel/linux/linux-6.6/include/xen/interface/
H A Devent_channel.h230 struct evtchn_alloc_unbound alloc_unbound; member

Completed in 9 milliseconds