Searched refs:bind_virq (Results 1 – 5 of 5) sorted by relevance
42 external bind_virq: handle -> virq_t -> int = "stub_eventchn_bind_virq"43 let bind_dom_exc_virq handle = bind_virq handle Dom_exc
69 val bind_virq: handle -> virq_t -> t val
329 struct evtchn_bind_virq bind_virq; member
220 port = bind_virq(virq, evtchn_handler, (void*)(intptr_t)fd); in xenevtchn_bind_virq()
1193 struct evtchn_bind_virq bind_virq; in do_event_channel_op() local1194 if ( copy_from_guest(&bind_virq, arg, 1) != 0 ) in do_event_channel_op()1196 rc = evtchn_bind_virq(&bind_virq, 0); in do_event_channel_op()1197 if ( !rc && __copy_to_guest(arg, &bind_virq, 1) ) in do_event_channel_op()
Completed in 9 milliseconds