Lines Matching defs:interrupt
64 '\0', "CYCLES,INTERRUPT", "Set Interrupt Timer",
176 address_word cycles, interrupt;
185 sim_io_eprintf (sd, "Interrupt number required for --timer\n");
188 chp = parse_size (chp + 1, &interrupt);
189 if (interrupt < 1 || interrupt > 15)
191 sim_io_eprintf (sd, "Interrupt number for --timer must be greater than 0 and less that 16\n");
197 frv_interrupt_state.timer.interrupt =
198 FRV_INTERRUPT_LEVEL_1 + interrupt - 1;