Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h326 struct evtchn_bind_virq bind_virq; member
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A Dminios.c220 port = bind_virq(virq, evtchn_handler, (void*)(intptr_t)fd); in xenevtchn_bind_virq()
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c1083 struct evtchn_bind_virq bind_virq; in do_event_channel_op() local
1084 if ( copy_from_guest(&bind_virq, arg, 1) != 0 ) in do_event_channel_op()
1086 rc = evtchn_bind_virq(&bind_virq, 0); in do_event_channel_op()
1087 if ( !rc && __copy_to_guest(arg, &bind_virq, 1) ) in do_event_channel_op()

Completed in 6 milliseconds