Searched refs:BUILD_IRQ (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/cris/kernel/ |
D | irq.c | 142 BUILD_IRQ(3, 0x08) 143 BUILD_IRQ(4, 0x10) 144 BUILD_IRQ(5, 0x20) 145 BUILD_IRQ(6, 0x40) 146 BUILD_IRQ(7, 0x80) 147 BUILD_IRQ(8, 0x100) 148 BUILD_IRQ(9, 0x200) 149 BUILD_IRQ(10, 0x400) 150 BUILD_IRQ(11, 0x800) 151 BUILD_IRQ(12, 0x1000) [all …]
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | hw_irq.h | 118 #define BUILD_IRQ(nr) \ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | hw_irq.h | 175 #define BUILD_IRQ(nr) \ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | irq.h | 134 #define BUILD_IRQ(nr,mask) \ macro
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | i8259.c | 45 BUILD_IRQ(x##y)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i8259.c | 42 BUILD_IRQ(x##y)
|