Searched refs:bind_pirq (Results 1 – 2 of 2) sorted by relevance
330 struct evtchn_bind_pirq bind_pirq; member
1213 struct evtchn_bind_pirq bind_pirq; in do_event_channel_op() local1214 if ( copy_from_guest(&bind_pirq, arg, 1) != 0 ) in do_event_channel_op()1216 rc = evtchn_bind_pirq(&bind_pirq); in do_event_channel_op()1217 if ( !rc && __copy_to_guest(arg, &bind_pirq, 1) ) in do_event_channel_op()
Completed in 6 milliseconds