Home
last modified time | relevance | path

Searched refs:bind_ipi (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h328 struct evtchn_bind_ipi bind_ipi; member
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c1093 struct evtchn_bind_ipi bind_ipi; in do_event_channel_op() local
1094 if ( copy_from_guest(&bind_ipi, arg, 1) != 0 ) in do_event_channel_op()
1096 rc = evtchn_bind_ipi(&bind_ipi); in do_event_channel_op()
1097 if ( !rc && __copy_to_guest(arg, &bind_ipi, 1) ) in do_event_channel_op()

Completed in 5 milliseconds