Searched refs:rt_exception_hook (Results 1 – 8 of 8) sorted by relevance
47 rt_exception_hook = exception_handle; in rt_hw_exception_install()81 if (rt_exception_hook != RT_NULL) in rt_hw_trap_udef()85 result = rt_exception_hook(regs); in rt_hw_trap_udef()110 if (rt_exception_hook != RT_NULL) in rt_hw_trap_swi()114 result = rt_exception_hook(regs); in rt_hw_trap_swi()133 if (rt_exception_hook != RT_NULL) in rt_hw_trap_pabt()137 result = rt_exception_hook(regs); in rt_hw_trap_pabt()161 if (rt_exception_hook != RT_NULL) in rt_hw_trap_dabt()165 result = rt_exception_hook(regs); in rt_hw_trap_dabt()188 if (rt_exception_hook != RT_NULL) in rt_hw_trap_resv()[all …]
42 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable51 rt_exception_hook = exception_handle; in rt_hw_exception_install()68 if (rt_exception_hook != RT_NULL) in rt_hw_show_register()72 result = rt_exception_hook(regs); in rt_hw_show_register()
50 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable103 rt_exception_hook = exception_handle; in rt_hw_exception_install()300 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()304 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()
37 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable186 rt_exception_hook = exception_handle; in rt_hw_exception_install()380 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()384 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()
36 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable185 rt_exception_hook = exception_handle; in rt_hw_exception_install()377 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()381 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()
27 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable137 rt_exception_hook = exception_handle; in rt_hw_exception_install()
39 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable210 rt_exception_hook = exception_handle; in rt_hw_exception_install()404 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()408 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()
40 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable268 rt_exception_hook = exception_handle; in rt_hw_exception_install()462 if (rt_exception_hook != RT_NULL) in rt_hw_hard_fault_exception()466 result = rt_exception_hook(exception_stack); in rt_hw_hard_fault_exception()
Completed in 15 milliseconds