Searched refs:bind_virq (Results 1 – 3 of 3) sorted by relevance
326 struct evtchn_bind_virq bind_virq; member
220 port = bind_virq(virq, evtchn_handler, (void*)(intptr_t)fd); in xenevtchn_bind_virq()
1083 struct evtchn_bind_virq bind_virq; in do_event_channel_op() local1084 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