Searched refs:EVTCHN_ROW (Results 1 – 1 of 1) sorted by relevance
179 #define EVTCHN_ROW(e) (e / (PAGE_SIZE/sizeof(**evtchn_to_irq))) macro209 for (row = 0; row < EVTCHN_ROW(xen_evtchn_max_channels()); row++) { in clear_evtchn_to_irq_all()225 row = EVTCHN_ROW(evtchn); in set_evtchn_to_irq()274 if (evtchn_to_irq[EVTCHN_ROW(evtchn)] == NULL) in evtchn_to_info()276 irq = READ_ONCE(evtchn_to_irq[EVTCHN_ROW(evtchn)][EVTCHN_COL(evtchn)]); in evtchn_to_info()2287 evtchn_to_irq = kcalloc(EVTCHN_ROW(xen_evtchn_max_channels()), in xen_init_IRQ()