1HANDLE_FASTEOI_IRQ(9)     Internal Functions Provided    HANDLE_FASTEOI_IRQ(9)
2
3
4

NAME

6       handle_fasteoi_irq - irq handler for transparent controllers
7

SYNOPSIS

9       void handle_fasteoi_irq(unsigned int irq, struct irq_desc * desc);
10

ARGUMENTS

12       irq
13           the interrupt number
14
15       desc
16           the interrupt description structure for this irq
17

ONLY A SINGLE CALLBACK WILL BE ISSUED TO THE CHIP

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

AUTHORS

24       Thomas Gleixner <tglx@linutronix.de>
25           Author.
26
27       Ingo Molnar <mingo@elte.hu>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019             HANDLE_FASTEOI_IRQ(9)
Impressum