Home
last modified time | relevance | path

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

/xen/xen/include/public/
A Devent_channel.h327 struct evtchn_alloc_unbound alloc_unbound; member
/xen/xen/common/
A Devent_channel.c1173 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op() local
1174 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()
/xen/xen/arch/x86/pv/
A Dshim.c468 EVTCHN_FORWARD(alloc_unbound, port) in pv_shim_event_channel_op()

Completed in 8 milliseconds