tag | line | file | source code |
IRQ_NAME2 | 54 | include/asm-alpha/irq.h | #define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr) |
IRQ_NAME2 | 55 | include/asm-alpha/irq.h | #define FAST_IRQ_NAME(nr) IRQ_NAME2(fast_IRQ##nr) |
IRQ_NAME2 | 56 | include/asm-alpha/irq.h | #define BAD_IRQ_NAME(nr) IRQ_NAME2(bad_IRQ##nr) |
IRQ_NAME2 | 124 | include/asm-i386/irq.h | #define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr) |
IRQ_NAME2 | 125 | include/asm-i386/irq.h | #define FAST_IRQ_NAME(nr) IRQ_NAME2(fast_IRQ##nr) |
IRQ_NAME2 | 126 | include/asm-i386/irq.h | #define BAD_IRQ_NAME(nr) IRQ_NAME2(bad_IRQ##nr) |
IRQ_NAME2 | 89 | include/asm-sparc/irq.h | #define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr) |
IRQ_NAME2 | 90 | include/asm-sparc/irq.h | #define FAST_IRQ_NAME(nr) IRQ_NAME2(fast_IRQ##nr) |
IRQ_NAME2 | 91 | include/asm-sparc/irq.h | #define BAD_IRQ_NAME(nr) IRQ_NAME2(bad_IRQ##nr) |