Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/events/
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()
Devents_fifo.c273 static void consume_one_event(unsigned cpu, struct evtchn_loop_ctrl *ctrl, in consume_one_event()
318 struct evtchn_loop_ctrl *ctrl) in __evtchn_fifo_handle_events()
336 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.c1646 struct evtchn_loop_ctrl { struct
1652 void handle_irq_for_port(evtchn_port_t port, struct evtchn_loop_ctrl *ctrl) in handle_irq_for_port() argument
1703 struct evtchn_loop_ctrl ctrl = { 0 }; in xen_evtchn_do_upcall()