Lines Matching refs:exception
335 unsigned int exception; in get_gdb_exception_reason() local
340 exception = GDB_EXCEPTION_INVALID_INSTRUCTION; in get_gdb_exception_reason()
344 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
348 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
352 exception = GDB_EXCEPTION_DIVIDE_ERROR; in get_gdb_exception_reason()
356 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
360 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
364 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
368 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
372 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
376 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_gdb_exception_reason()
380 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_gdb_exception_reason()
384 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_gdb_exception_reason()
388 exception = GDB_EXCEPTION_INVALID_MEMORY; in get_gdb_exception_reason()
406 exception = GDB_EXCEPTION_INVALID_INSTRUCTION; in get_gdb_exception_reason()
409 exception = GDB_EXCEPTION_MEMORY_FAULT; in get_gdb_exception_reason()
413 return exception; in get_gdb_exception_reason()
923 xtensa_gdb_ctx.exception = GDB_EXCEPTION_BREAKPOINT; in z_gdb_isr()
927 xtensa_gdb_ctx.exception = get_gdb_exception_reason(reg); in z_gdb_isr()