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

  /src/external/gpl3/gdb/dist/sim/frv/
interrupts.c 967 struct frv_interrupt *next_interrupt; local
970 next_interrupt = & frv_interrupt_table[kind];
972 if (next_interrupt->iclass != FRV_PROGRAM_INTERRUPT)
979 if (! next_interrupt->precise && ! next_interrupt->deferred)
  /src/external/gpl3/gdb.old/dist/sim/frv/
interrupts.c 967 struct frv_interrupt *next_interrupt; local
970 next_interrupt = & frv_interrupt_table[kind];
972 if (next_interrupt->iclass != FRV_PROGRAM_INTERRUPT)
979 if (! next_interrupt->precise && ! next_interrupt->deferred)

Completed in 26 milliseconds