Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/xen/
H A Dxen_intr.c1231 struct evtchn_alloc_unbound alloc_unbound; in xen_intr_alloc_and_bind_local_port() local
1234 alloc_unbound.dom = DOMID_SELF; in xen_intr_alloc_and_bind_local_port()
1235 alloc_unbound.remote_dom = remote_domain; in xen_intr_alloc_and_bind_local_port()
1237 &alloc_unbound); in xen_intr_alloc_and_bind_local_port()
1246 error = xen_intr_bind_isrc(&isrc, alloc_unbound.port, EVTCHN_TYPE_PORT, in xen_intr_alloc_and_bind_local_port()
1250 evtchn_close_t close = { .port = alloc_unbound.port }; in xen_intr_alloc_and_bind_local_port()
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstore.c1113 struct evtchn_alloc_unbound alloc_unbound; in xs_attach() local
1116 alloc_unbound.dom = DOMID_SELF; in xs_attach()
1117 alloc_unbound.remote_dom = DOMID_SELF; in xs_attach()
1119 EVTCHNOP_alloc_unbound, &alloc_unbound); in xs_attach()
1125 xs.evtchn = alloc_unbound.port; in xs_attach()
/freebsd-13.1/sys/xen/interface/
H A Devent_channel.h327 struct evtchn_alloc_unbound alloc_unbound; member