Home
last modified time | relevance | path

Searched refs:sys_exception_handlers (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_excpt.c84 exception_func_t sys_exception_handlers[32]; variable
209 for (i=0; i<sizeof(sys_exception_handlers)/sizeof(sys_exception_handlers[0]); i++) in install_default_exception_handler()
210 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_exception_handler()
212 sys_exception_handlers[EX_MOD] = mod_handler; in install_default_exception_handler()
213 sys_exception_handlers[EX_TLBL] = tlbl_handler; in install_default_exception_handler()
214 sys_exception_handlers[EX_TLBS] = tlbs_handler; in install_default_exception_handler()
215 sys_exception_handlers[EX_ADEL] = adel_handler; in install_default_exception_handler()
216 sys_exception_handlers[EX_ADES] = ades_handler; in install_default_exception_handler()
217 sys_exception_handlers[EX_FPE] = fpe_handler; in install_default_exception_handler()
233 exception_func_t old_handler = sys_exception_handlers[n]; in rt_set_except_vector()
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/
H A Dexception.c29 exception_func_t sys_exception_handlers[RT_EXCEPTION_MAX]; variable
36 exception_func_t old_handler = sys_exception_handlers[n]; in rt_set_except_vector()
43 sys_exception_handlers[n] = func; in rt_set_except_vector()
70 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
85 sys_exception_handlers[index](regs); in exception_handler()
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/
H A Dexception.c29 exception_func_t sys_exception_handlers[RT_EXCEPTION_MAX]; variable
36 exception_func_t old_handler = sys_exception_handlers[n]; in rt_set_except_vector()
43 sys_exception_handlers[n] = func; in rt_set_except_vector()
70 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
85 sys_exception_handlers[index](regs); in exception_handler()
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dexception.c36 exception_func_t sys_exception_handlers[33]; variable
43 exception_func_t old_handler = sys_exception_handlers[n]; in rt_set_except_vector()
50 sys_exception_handlers[n] = func; in rt_set_except_vector()
77 sys_exception_handlers[i] = (exception_func_t)unhandled_exception_handle; in install_default_execpt_handle()
H A Dstart_gcc.S139 lw k0, sys_exception_handlers(k1)
/nrf52832-nimble/rt-thread/libcpu/mips/common/
H A Dexception.h162 extern exception_func_t sys_exception_handlers[];