Searched refs:evtchn_alloc_unbound (Results 1 – 10 of 10) sorted by relevance
90 struct evtchn_alloc_unbound { struct96 typedef struct evtchn_alloc_unbound evtchn_alloc_unbound_t; argument324 struct evtchn_alloc_unbound alloc_unbound;
52 struct evtchn_alloc_unbound arg = { in xc_evtchn_alloc_unbound()
33 #define xen_evtchn_alloc_unbound evtchn_alloc_unbound
150 ret = evtchn_alloc_unbound(domid, evtchn_handler, (void*)(intptr_t)fd, &port); in xenevtchn_bind_unbound_port()
122 struct evtchn_alloc_unbound alloc_unbound; in bind_listening_port_to_irqhandler()
33 ? evtchn_alloc_unbound event_channel.h
227 static long evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc) in evtchn_alloc_unbound() function1063 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op()1066 rc = evtchn_alloc_unbound(&alloc_unbound); in do_event_channel_op()
144 external evtchn_alloc_unbound : handle -> domid -> domid -> int
222 external evtchn_alloc_unbound: handle -> domid -> domid -> int
423 struct evtchn_alloc_unbound alloc = { in pv_shim_event_channel_op()
Completed in 13 milliseconds