Home
last modified time | relevance | path

Searched refs:rt_exception_hook (Results 1 – 8 of 8) sorted by relevance

/libcpu/arm/arm926/
A Dtrap.c47 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 …]
/libcpu/arm/cortex-r52/
A Dtrap.c42 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
51 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()
/libcpu/arm/cortex-m3/
A Dcpuport.c50 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
103 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()
/libcpu/arm/cortex-m4/
A Dcpuport.c37 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
186 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()
/libcpu/arm/cortex-m85/
A Dcpuport.c36 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
185 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()
/libcpu/ti-dsp/c28x/
A Dcpuport.c27 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
137 rt_exception_hook = exception_handle; in rt_hw_exception_install()
/libcpu/arm/cortex-m7/
A Dcpuport.c39 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
210 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()
/libcpu/arm/cortex-m33/
A Dcpuport.c40 static rt_err_t (*rt_exception_hook)(void *context) = RT_NULL; variable
268 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