Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/events/
H A Devents_internal.h10 struct evtchn_loop_ctrl;
27 void (*handle_events)(unsigned cpu, struct evtchn_loop_ctrl *ctrl);
36 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl);
96 struct evtchn_loop_ctrl *ctrl) in xen_evtchn_handle_events()
H A 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()
H A Devents_2l.c164 static void evtchn_2l_handle_events(unsigned cpu, struct evtchn_loop_ctrl *ctrl) in evtchn_2l_handle_events()
H A Devents_base.c1652 struct evtchn_loop_ctrl { struct
1658 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl) in handle_irq_for_port() argument
1709 struct evtchn_loop_ctrl ctrl = { 0 }; in xen_evtchn_do_upcall()