Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h332 struct evtchn_bind_vcpu bind_vcpu; member
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c1139 struct evtchn_bind_vcpu bind_vcpu; in do_event_channel_op() local
1140 if ( copy_from_guest(&bind_vcpu, arg, 1) != 0 ) in do_event_channel_op()
1142 rc = evtchn_bind_vcpu(bind_vcpu.port, bind_vcpu.vcpu); in do_event_channel_op()

Completed in 5 milliseconds