Searched refs:bind_ipi (Results 1 – 2 of 2) sorted by relevance
331 struct evtchn_bind_ipi bind_ipi; member
1203 struct evtchn_bind_ipi bind_ipi; in do_event_channel_op() local1204 if ( copy_from_guest(&bind_ipi, arg, 1) != 0 ) in do_event_channel_op()1206 rc = evtchn_bind_ipi(&bind_ipi); in do_event_channel_op()1207 if ( !rc && __copy_to_guest(arg, &bind_ipi, 1) ) in do_event_channel_op()
Completed in 5 milliseconds