Home
last modified time | relevance | path

Searched refs:evtchn_to_irq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/xen/events/
A Devents_base.c177 static int **evtchn_to_irq; variable
183 #define EVTCHN_ROW(e) (e / (PAGE_SIZE/sizeof(**evtchn_to_irq)))
185 #define EVTCHN_PER_ROW (PAGE_SIZE / sizeof(**evtchn_to_irq))
214 if (evtchn_to_irq[row] == NULL) in clear_evtchn_to_irq_all()
216 clear_evtchn_to_irq_row(evtchn_to_irq[row]); in clear_evtchn_to_irq_all()
232 if (evtchn_to_irq[row] == NULL) { in set_evtchn_to_irq()
247 if (cmpxchg(&evtchn_to_irq[row], NULL, evtchn_row) != NULL) in set_evtchn_to_irq()
251 WRITE_ONCE(evtchn_to_irq[row][col], irq); in set_evtchn_to_irq()
259 if (evtchn_to_irq[EVTCHN_ROW(evtchn)] == NULL) in get_evtchn_to_irq()
2260 sizeof(*evtchn_to_irq), GFP_KERNEL); in xen_init_IRQ()
[all …]
/linux/
A DSystem.map162368 ffff800012141450 b evtchn_to_irq
A D.tmp_System.map162368 ffff800012141450 b evtchn_to_irq

Completed in 344 milliseconds