Home
last modified time | relevance | path

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

/Linux-v5.10/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);
95 struct evtchn_loop_ctrl *ctrl) in xen_evtchn_handle_events()
Devents_fifo.c281 static void consume_one_event(unsigned cpu, struct evtchn_loop_ctrl *ctrl, in consume_one_event()
326 struct evtchn_loop_ctrl *ctrl) in __evtchn_fifo_handle_events()
344 struct evtchn_loop_ctrl *ctrl) in evtchn_fifo_handle_events()
Devents_2l.c165 static void evtchn_2l_handle_events(unsigned cpu, struct evtchn_loop_ctrl *ctrl) in evtchn_2l_handle_events()
Devents_base.c1530 struct evtchn_loop_ctrl { struct
1536 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl) in handle_irq_for_port() argument
1582 struct evtchn_loop_ctrl ctrl = { 0 }; in __xen_evtchn_do_upcall()