Home
last modified time | relevance | path

Searched refs:bind_virq (Results 1 – 5 of 5) sorted by relevance

/xen/tools/ocaml/libs/eventchn/
A Dxeneventchn.ml42 external bind_virq: handle -> virq_t -> int = "stub_eventchn_bind_virq"
43 let bind_dom_exc_virq handle = bind_virq handle Dom_exc
A Dxeneventchn.mli69 val bind_virq: handle -> virq_t -> t val
/xen/xen/include/public/
A Devent_channel.h329 struct evtchn_bind_virq bind_virq; member
/xen/tools/libs/evtchn/
A Dminios.c220 port = bind_virq(virq, evtchn_handler, (void*)(intptr_t)fd); in xenevtchn_bind_virq()
/xen/xen/common/
A Devent_channel.c1193 struct evtchn_bind_virq bind_virq; in do_event_channel_op() local
1194 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