Searched refs:evtchn_bind_vcpu (Results 1 – 6 of 6) sorted by relevance
245 struct evtchn_bind_vcpu { struct250 typedef struct evtchn_bind_vcpu evtchn_bind_vcpu_t; argument332 struct evtchn_bind_vcpu bind_vcpu;
37 #define xen_evtchn_bind_vcpu evtchn_bind_vcpu
49 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id);
37 ? evtchn_bind_vcpu event_channel.h
475 struct evtchn_bind_vcpu vcpu; in pv_shim_event_channel_op()484 rc = evtchn_bind_vcpu(vcpu.port, vcpu.vcpu); in pv_shim_event_channel_op()
936 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id) in evtchn_bind_vcpu() function1139 struct evtchn_bind_vcpu bind_vcpu; in do_event_channel_op()1142 rc = evtchn_bind_vcpu(bind_vcpu.port, bind_vcpu.vcpu); in do_event_channel_op()
Completed in 8 milliseconds