Home
last modified time | relevance | path

Searched refs:evtchn_bind_vcpu (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h245 struct evtchn_bind_vcpu { struct
250 typedef struct evtchn_bind_vcpu evtchn_bind_vcpu_t; argument
332 struct evtchn_bind_vcpu bind_vcpu;
/xen-4.10.0-shim-comet/xen/common/compat/
A Dxlat.c37 #define xen_evtchn_bind_vcpu evtchn_bind_vcpu
/xen-4.10.0-shim-comet/xen/include/xen/
A Devent.h49 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id);
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst37 ? evtchn_bind_vcpu event_channel.h
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c475 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()
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c936 long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id) in evtchn_bind_vcpu() function
1139 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