Home
last modified time | relevance | path

Searched refs:evtchn_loop_ctrl (Results 1 – 4 of 4) sorted by relevance

/drivers/xen/events/
Devents_internal.h10 struct evtchn_loop_ctrl;
27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl);
37 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl);
97 struct evtchn_loop_ctrl *ctrl) in xen_evtchn_handle_events()
Devents_fifo.c275 static void consume_one_event(unsigned cpu, struct evtchn_loop_ctrl *ctrl, in consume_one_event()
320 struct evtchn_loop_ctrl *ctrl) in __evtchn_fifo_handle_events()
338 struct evtchn_loop_ctrl *ctrl) in evtchn_fifo_handle_events()
Devents_2l.c164 static void evtchn_2l_handle_events(unsigned cpu, struct evtchn_loop_ctrl *ctrl) in evtchn_2l_handle_events()
Devents_base.c1586 struct evtchn_loop_ctrl { struct
1592 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl) in handle_irq_for_port() argument
1640 struct evtchn_loop_ctrl ctrl = { 0 }; in __xen_evtchn_do_upcall()