Searched refs:ABORT_TYPE_UNDDEF (Results 1 – 2 of 2) sorted by relevance
| /libcpu/ti-dsp/c6x/ |
| A D | trap.c | 120 { " - execute packet", ABORT_TYPE_UNDDEF, ABORT_OPCODE_ILL }, 121 { " - undefined instruction", ABORT_TYPE_UNDDEF, ABORT_OPCODE_ILL }, 122 { " - resource conflict", ABORT_TYPE_UNDDEF, ABORT_OPCODE_ILL }, 123 { " - resource access", ABORT_TYPE_UNDDEF, ABORT_PRVREG_ILL }, 124 { " - privilege", ABORT_TYPE_UNDDEF, ABORT_PRVOPC_ILL }, 125 { " - loops buffer", ABORT_TYPE_UNDDEF, ABORT_PRVOPC_ILL }, 126 { " - software exception", ABORT_TYPE_UNDDEF, ABORT_ILLTRP_ILL }, 127 { " - unknown exception", ABORT_TYPE_UNDDEF, ABORT_PRVOPC_ILL } 151 ABORT_TYPE_UNDDEF, ABORT_BRKPT_ILL }; in process_iexcept()
|
| A D | trap.h | 58 #define ABORT_TYPE_UNDDEF 0xff // undefined exception macro
|
Completed in 3 milliseconds