Home
last modified time | relevance | path

Searched refs:unhandled_exception_handle (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dexception.c67 static void unhandled_exception_handle(pt_regs_t *regs) in unhandled_exception_handle() function
77 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dexception.c60 static void unhandled_exception_handle(pt_regs_t *regs) in unhandled_exception_handle() function
70 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dexception.c60 static void unhandled_exception_handle(pt_regs_t *regs) in unhandled_exception_handle() function
70 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_excpt.c184 static void unhandled_exception_handle(mips_reg_ctx *regs) in unhandled_exception_handle() function
210 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_exception_handler()