Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h327 struct evtchn_bind_pirq bind_pirq; member
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c1103 struct evtchn_bind_pirq bind_pirq; in do_event_channel_op() local
1104 if ( copy_from_guest(&bind_pirq, arg, 1) != 0 ) in do_event_channel_op()
1106 rc = evtchn_bind_pirq(&bind_pirq); in do_event_channel_op()
1107 if ( !rc && __copy_to_guest(arg, &bind_pirq, 1) ) in do_event_channel_op()

Completed in 6 milliseconds