1HANDLE_FASTEOI_IRQ(9) Internal Functions Provided HANDLE_FASTEOI_IRQ(9)
2
3
4
6 handle_fasteoi_irq - irq handler for transparent controllers
7
9 void handle_fasteoi_irq(unsigned int irq, struct irq_desc * desc);
10
12 irq
13 the interrupt number
14
15 desc
16 the interrupt description structure for this irq
17
19 an ->eoi call when the interrupt has been serviced. This enables
20 support for modern forms of interrupt handlers, which handle the flow
21 details in hardware, transparently.
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
27 Ingo Molnar <mingo@elte.hu>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 HANDLE_FASTEOI_IRQ(9)