Searched refs:evtchn_bind_vcpu (Results 1 – 6 of 6) sorted by relevance
248 struct evtchn_bind_vcpu { struct253 typedef struct evtchn_bind_vcpu evtchn_bind_vcpu_t; argument335 struct evtchn_bind_vcpu bind_vcpu;
37 #define xen_evtchn_bind_vcpu evtchn_bind_vcpu
57 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id);
46 ? evtchn_bind_vcpu event_channel.h
529 struct evtchn_bind_vcpu vcpu; in pv_shim_event_channel_op()538 rc = evtchn_bind_vcpu(vcpu.port, vcpu.vcpu); in pv_shim_event_channel_op()
1008 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id) in evtchn_bind_vcpu() function1249 struct evtchn_bind_vcpu bind_vcpu; in do_event_channel_op()1252 rc = evtchn_bind_vcpu(bind_vcpu.port, bind_vcpu.vcpu); in do_event_channel_op()
Completed in 10 milliseconds