Home
last modified time | relevance | path

Searched refs:frv_interrupt_table (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dinterrupts.c41 struct frv_interrupt frv_interrupt_table[NUM_FRV_INTERRUPT_KINDS] = variable
106 struct frv_interrupt *interrupt = & frv_interrupt_table[new_element->kind]; in frv_queue_software_interrupt()
157 iclass = frv_interrupt_table[kind].iclass; in frv_queue_interrupt()
470 interrupt = & frv_interrupt_table[item->kind]; in handle_interrupt()
810 struct frv_interrupt *interrupt = & frv_interrupt_table[item->kind]; in set_exception_status_registers()
950 interrupt = & frv_interrupt_table[item->kind]; in check_for_compound_interrupt()
970 next_interrupt = & frv_interrupt_table[kind]; in check_for_compound_interrupt()
987 interrupt = & frv_interrupt_table[FRV_COMPOUND_EXCEPTION]; in check_for_compound_interrupt()
1024 struct frv_interrupt *interrupt = & frv_interrupt_table[item->kind]; in frv_software_interrupt()
1228 struct frv_interrupt *interrupt = & frv_interrupt_table[item->kind]; in frv_external_interrupt()
[all …]
Dfrv-sim.h282 extern struct frv_interrupt frv_interrupt_table[];
DChangeLog-20212051 * interrupts.c (frv_interrupt_table): Update priority order and handler
2058 * interrupts.c (frv_interrupt_table): Update priority order and handler
2532 * interrupts.c (frv_interrupt_table): Offset of BREAK_EXCEPTION
2675 (frv_interrupt_table): Add exception codes.
2891 * interrupts.c (frv_interrupt_table): DATA_STORE_ERROR is imprecise.
2908 (frv_interrupt_table): New table of interrupt information.