Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h139 struct evtchn_bind_virq { struct
146 typedef struct evtchn_bind_virq evtchn_bind_virq_t; argument
326 struct evtchn_bind_virq bind_virq;
/xen-4.10.0-shim-comet/xen/common/compat/
A Dxlat.c38 #define xen_evtchn_bind_virq evtchn_bind_virq
/xen-4.10.0-shim-comet/xen/include/xen/
A Devent.h52 int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port);
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst38 ? evtchn_bind_virq event_channel.h
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c422 struct evtchn_bind_virq virq; in pv_shim_event_channel_op()
443 rc = evtchn_bind_virq(&virq, alloc.port); in pv_shim_event_channel_op()
/xen-4.10.0-shim-comet/xen/common/
A Devent_channel.c364 int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port) in evtchn_bind_virq() function
1083 struct evtchn_bind_virq bind_virq; in do_event_channel_op()
1086 rc = evtchn_bind_virq(&bind_virq, 0); in do_event_channel_op()

Completed in 8 milliseconds