Searched refs:alloc_unbound (Results 1 – 3 of 3) sorted by relevance
1175 struct evtchn_alloc_unbound alloc_unbound; in xs_attach() local1178 alloc_unbound.dom = DOMID_SELF; in xs_attach()1179 alloc_unbound.remote_dom = DOMID_SELF; in xs_attach()1181 EVTCHNOP_alloc_unbound, &alloc_unbound); in xs_attach()1188 alloc_unbound.port; in xs_attach()1189 xs.evtchn = alloc_unbound.port; in xs_attach()
1201 struct evtchn_alloc_unbound alloc_unbound; in xen_intr_alloc_and_bind_local_port() local1204 alloc_unbound.dom = DOMID_SELF; in xen_intr_alloc_and_bind_local_port()1205 alloc_unbound.remote_dom = remote_domain; in xen_intr_alloc_and_bind_local_port()1207 &alloc_unbound); in xen_intr_alloc_and_bind_local_port()1216 error = xen_intr_bind_isrc(&isrc, alloc_unbound.port, EVTCHN_TYPE_PORT, in xen_intr_alloc_and_bind_local_port()1220 evtchn_close_t close = { .port = alloc_unbound.port }; in xen_intr_alloc_and_bind_local_port()
324 struct evtchn_alloc_unbound alloc_unbound; member