Searched refs:alloc_unbound (Results 1 – 4 of 4) sorted by relevance
122 struct evtchn_alloc_unbound alloc_unbound; in bind_listening_port_to_irqhandler() local131 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()
324 struct evtchn_alloc_unbound alloc_unbound; member
1063 struct evtchn_alloc_unbound alloc_unbound; in do_event_channel_op() local1064 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()
417 EVTCHN_FORWARD(alloc_unbound, port) in pv_shim_event_channel_op()
Completed in 10 milliseconds