Searched refs:evtchn_to_irq (Results 1 – 1 of 1) sorted by relevance
173 static int **evtchn_to_irq; variable179 #define EVTCHN_ROW(e) (e / (PAGE_SIZE/sizeof(**evtchn_to_irq)))180 #define EVTCHN_COL(e) (e % (PAGE_SIZE/sizeof(**evtchn_to_irq)))181 #define EVTCHN_PER_ROW (PAGE_SIZE / sizeof(**evtchn_to_irq))210 if (evtchn_to_irq[row] == NULL) in clear_evtchn_to_irq_all()212 clear_evtchn_to_irq_row(evtchn_to_irq[row]); in clear_evtchn_to_irq_all()228 if (evtchn_to_irq[row] == NULL) { in set_evtchn_to_irq()243 if (cmpxchg(&evtchn_to_irq[row], NULL, evtchn_row) != NULL) in set_evtchn_to_irq()247 WRITE_ONCE(evtchn_to_irq[row][col], irq); in set_evtchn_to_irq()274 if (evtchn_to_irq[EVTCHN_ROW(evtchn)] == NULL) in evtchn_to_info()[all …]