Lines Matching full:exception
27 * General exception vector for all other CPUs.
30 * to fit into space reserved for the exception handler.
46 * General exception handler for CPUs with virtual coherency exception.
49 * exception) bytes to fit into space reserved for the exception handler.
74 * c0_badvaddr because after return from this exception handler the
248 * This is a dedicated interrupt exception vector which reduces the
253 * to fit into space reserved for the exception handler.
260 * EJTAG debug exception handler.
261 * The EJTAG debug exception entry point is 0xbfc00480, which
354 * EJTAG debug exception handler.
440 * NMI debug exception handler for MIPS reference boards.
441 * The NMI debug exception entry point is 0xbfc00000, which
460 * Clear BEV - required for page fault exception handler to work
524 .macro __BUILD_silent exception argument
541 .macro __BUILD_count exception argument
542 LONG_L t0,exception_count_\exception
544 LONG_S t0,exception_count_\exception
545 .comm exception_count\exception, 8, 8
548 .macro __BUILD_HANDLER exception handler clear verbose ext
550 NESTED(handle_\exception, PT_SIZE, sp)
554 FEXPORT(handle_\exception\ext)
557 __BUILD_\verbose \exception
561 END(handle_\exception)
564 .macro BUILD_HANDLER exception handler clear verbose
565 __BUILD_HANDLER \exception \handler \clear \verbose _int