Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Devtchn.c122 struct evtchn_alloc_unbound alloc_unbound; in bind_listening_port_to_irqhandler() local
131 alloc_unbound.dom = DOMID_SELF; in bind_listening_port_to_irqhandler()
132 alloc_unbound.remote_dom = remote_domain; in bind_listening_port_to_irqhandler()
134 &alloc_unbound); in bind_listening_port_to_irqhandler()
143 irq_evtchn[irq].evtchn = alloc_unbound.port; in bind_listening_port_to_irqhandler()
146 evtchn_to_irq[alloc_unbound.port] = irq; in bind_listening_port_to_irqhandler()
148 unmask_evtchn(alloc_unbound.port); in bind_listening_port_to_irqhandler()
/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h324 struct evtchn_alloc_unbound alloc_unbound; member
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c1063 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op() local
1064 if ( copy_from_guest(&alloc_unbound, arg, 1) != 0 ) in do_event_channel_op()
1066 rc = evtchn_alloc_unbound(&alloc_unbound); in do_event_channel_op()
1067 if ( !rc && __copy_to_guest(arg, &alloc_unbound, 1) ) in do_event_channel_op()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c417 EVTCHN_FORWARD(alloc_unbound, port) in pv_shim_event_channel_op()

Completed in 10 milliseconds