Searched refs:evtchn_alloc_unbound (Results 1 – 9 of 9) sorted by relevance
93 struct evtchn_alloc_unbound { struct99 typedef struct evtchn_alloc_unbound evtchn_alloc_unbound_t; argument327 struct evtchn_alloc_unbound alloc_unbound;
33 #define xen_evtchn_alloc_unbound evtchn_alloc_unbound
52 struct evtchn_alloc_unbound arg = { in xc_evtchn_alloc_unbound()
150 ret = evtchn_alloc_unbound(domid, evtchn_handler, (void*)(intptr_t)fd, &port); in xenevtchn_bind_unbound_port()
42 ? evtchn_alloc_unbound event_channel.h
279 static long evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc) in evtchn_alloc_unbound() function1173 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op()1176 rc = evtchn_alloc_unbound(&alloc_unbound); in do_event_channel_op()
242 external evtchn_alloc_unbound: handle -> domid -> domid -> int
183 external evtchn_alloc_unbound : handle -> domid -> domid -> int
474 struct evtchn_alloc_unbound alloc = { in pv_shim_event_channel_op()
Completed in 21 milliseconds