Searched refs:alloc_unbound (Results 1 – 3 of 3) sorted by relevance
327 struct evtchn_alloc_unbound alloc_unbound; member
1173 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op() local1174 if ( copy_from_guest(&alloc_unbound, arg, 1) != 0 ) in do_event_channel_op()1176 rc = evtchn_alloc_unbound(&alloc_unbound); in do_event_channel_op()1177 if ( !rc && __copy_to_guest(arg, &alloc_unbound, 1) ) in do_event_channel_op()
468 EVTCHN_FORWARD(alloc_unbound, port) in pv_shim_event_channel_op()
Completed in 8 milliseconds