| tag | line | file | source code | 
|---|---|---|---|
| IRQ_NAME2 | 102 | include/asm/irq.h | #define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr) | 
| IRQ_NAME2 | 103 | include/asm/irq.h | #define FAST_IRQ_NAME(nr) IRQ_NAME2(fast_IRQ##nr) | 
| IRQ_NAME2 | 104 | include/asm/irq.h | #define BAD_IRQ_NAME(nr) IRQ_NAME2(bad_IRQ##nr) |