HelenOS sources

MIPS_INTERRUPTS    69 kernel/arch/mips32/include/arch/exception.h #define HW_INTERRUPTS      (MIPS_INTERRUPTS - 3)
MIPS_INTERRUPTS   177 kernel/arch/mips32/src/exception.c 	for (i = 0; i < MIPS_INTERRUPTS; i++) {
MIPS_INTERRUPTS    50 kernel/arch/mips32/src/interrupt.c int_handler_t int_handler[MIPS_INTERRUPTS] = { };
HelenOS homepage, sources at GitHub