Searched refs:evtchn_bind_virq (Results 1 – 6 of 6) sorted by relevance
139 struct evtchn_bind_virq { struct146 typedef struct evtchn_bind_virq evtchn_bind_virq_t; argument326 struct evtchn_bind_virq bind_virq;
38 #define xen_evtchn_bind_virq evtchn_bind_virq
52 int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port);
38 ? evtchn_bind_virq event_channel.h
422 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()
364 int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port) in evtchn_bind_virq() function1083 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