HomeSort by: relevance | last modified time | path
    Searched defs:interrupt_vector (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/mn10300/
dv-mn103cpu.c 120 uint16_t interrupt_vector[NR_VECTORS]; member in struct:mn103cpu
255 CPU_PC_SET (cpu, 0x40000000 + controller->interrupt_vector[controller->pending_level]);
376 val = controller->interrupt_vector[reg - IVR0_REG];
421 controller->interrupt_vector[reg - IVR0_REG] = val;
  /src/external/gpl3/gdb.old/dist/sim/mn10300/
dv-mn103cpu.c 120 uint16_t interrupt_vector[NR_VECTORS]; member in struct:mn103cpu
255 CPU_PC_SET (cpu, 0x40000000 + controller->interrupt_vector[controller->pending_level]);
376 val = controller->interrupt_vector[reg - IVR0_REG];
421 controller->interrupt_vector[reg - IVR0_REG] = val;
  /src/sys/arch/sparc64/sparc64/
locore.s 708 VTRAP(0x060, interrupt_vector); ! 060 = interrupt vector
919 VTRAP(0x060, interrupt_vector); ! 060 = interrupt vector
4215 * interrupt_vector:
4218 * Instead, all interrupts come in as interrupt_vector traps.
4245 * When an interrupt comes in, interrupt_vector uses the interrupt
4253 * Then interrupt_vector uses the interrupt level in the intrhand
4277 interrupt_vector: label
4361 "interrupt_vector: number %lx softint mask %lx pil %lu slot %p\n")
4393 LOAD_ASCIZ(%o0, "interrupt_vector: spurious vector %lx at pil %d\n")
4538 * interrupt_vector. Only one of them should be enabled at any give
    [all...]

Completed in 29 milliseconds