Home
last modified time | relevance | path

Searched refs:rt_hw_exp_stack (Results 1 – 17 of 17) sorted by relevance

/libcpu/arm/cortex-r4/
A Dtrap.c29 void rt_hw_show_register (struct rt_hw_exp_stack *regs) in rt_hw_show_register()
48 void rt_hw_trap_udef(struct rt_hw_exp_stack *regs) in rt_hw_trap_udef()
66 void rt_hw_trap_svc(struct rt_hw_exp_stack *regs) in rt_hw_trap_svc()
84 void rt_hw_trap_pabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_pabt()
102 void rt_hw_trap_dabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_dabt()
119 void rt_hw_trap_resv(struct rt_hw_exp_stack *regs) in rt_hw_trap_resv()
A Darmv7.h17 struct rt_hw_exp_stack struct
/libcpu/arm/zynqmp-r5/
A Dtrap.c28 void rt_hw_show_register (struct rt_hw_exp_stack *regs) in rt_hw_show_register()
47 void rt_hw_trap_undef(struct rt_hw_exp_stack *regs) in rt_hw_trap_undef()
66 void rt_hw_trap_swi(struct rt_hw_exp_stack *regs) in rt_hw_trap_swi()
84 void rt_hw_trap_pabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_pabt()
102 void rt_hw_trap_dabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_dabt()
119 void rt_hw_trap_resv(struct rt_hw_exp_stack *regs) in rt_hw_trap_resv()
A Darmv7.h15 struct rt_hw_exp_stack struct
/libcpu/arm/cortex-r52/
A Dtrap.c32 void rt_hw_trap_svc(struct rt_hw_exp_stack *regs) in rt_hw_trap_svc()
59 void rt_hw_show_register(struct rt_hw_exp_stack *regs) in rt_hw_show_register()
77 void (*rt_trap_hook)(struct rt_hw_exp_stack *regs, const char *ex, unsigned int exception_type);
84 void rt_hw_trap_set_hook(void (*hook)(struct rt_hw_exp_stack *regs, const char *ex, unsigned int ex… in rt_hw_trap_set_hook()
97 void rt_hw_trap_undef(struct rt_hw_exp_stack *regs) in rt_hw_trap_undef()
151 void rt_hw_trap_swi(struct rt_hw_exp_stack *regs) in rt_hw_trap_swi()
176 void rt_hw_trap_pabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_pabt()
201 void rt_hw_trap_dabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_dabt()
225 void rt_hw_trap_resv(struct rt_hw_exp_stack *regs) in rt_hw_trap_resv()
A Darmv8.h13 struct rt_hw_exp_stack struct
78 void rt_hw_show_register(struct rt_hw_exp_stack *regs);
A Dcpuport.h14 struct rt_hw_exp_stack struct
A Dbacktrace.h77 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj);
A Dbacktrace.c516 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj) in rt_unwind()
536 struct rt_hw_exp_stack regs; in rt_backtrace()
/libcpu/arm/realview-a8-vmm/
A Dtrap.c29 void rt_hw_show_register(struct rt_hw_exp_stack *regs) in rt_hw_show_register()
48 void rt_hw_trap_undef(struct rt_hw_exp_stack *regs) in rt_hw_trap_undef()
67 void rt_hw_trap_swi(struct rt_hw_exp_stack *regs) in rt_hw_trap_swi()
85 void rt_hw_trap_pabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_pabt()
103 void rt_hw_trap_dabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_dabt()
120 void rt_hw_trap_resv(struct rt_hw_exp_stack *regs) in rt_hw_trap_resv()
A Darmv7.h13 struct rt_hw_exp_stack struct
/libcpu/arm/cortex-a/
A Dtrap.c33 void check_user_fault(struct rt_hw_exp_stack *regs, uint32_t pc_adj, char *info) in check_user_fault()
47 int check_data_abort(struct rt_hw_exp_stack *regs) in check_data_abort()
70 int check_prefetch_abort(struct rt_hw_exp_stack *regs) in check_prefetch_abort()
99 void rt_hw_show_register(struct rt_hw_exp_stack *regs) in rt_hw_show_register()
133 void rt_hw_trap_undef(struct rt_hw_exp_stack *regs) in rt_hw_trap_undef()
187 void rt_hw_trap_swi(struct rt_hw_exp_stack *regs) in rt_hw_trap_swi()
205 void rt_hw_trap_pabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_pabt()
235 void rt_hw_trap_dabt(struct rt_hw_exp_stack *regs) in rt_hw_trap_dabt()
264 void rt_hw_trap_resv(struct rt_hw_exp_stack *regs) in rt_hw_trap_resv()
A Dcpuport.h16 struct rt_hw_exp_stack struct
A Dbacktrace.h78 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj);
A Dbacktrace.c515 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj) in rt_unwind()
535 struct rt_hw_exp_stack regs; in rt_backtrace()
/libcpu/aarch64/common/
A Dtrap.c35 static void _check_fault(struct rt_hw_exp_stack *regs, uint32_t pc_adj, char *info) in _check_fault()
96 static int user_fault_fixable(unsigned long esr, struct rt_hw_exp_stack *regs) in user_fault_fixable()
153 void rt_hw_show_register(struct rt_hw_exp_stack *regs) in rt_hw_show_register()
278 void rt_hw_trap_irq(struct rt_hw_exp_stack *regs) in rt_hw_trap_irq()
327 void SVC_Handler(struct rt_hw_exp_stack *regs);
328 void rt_hw_trap_exception(struct rt_hw_exp_stack *regs) in rt_hw_trap_exception()
389 void rt_hw_trap_serror(struct rt_hw_exp_stack *regs) in rt_hw_trap_serror()
/libcpu/aarch64/common/include/
A Darmv8.h106 struct rt_hw_exp_stack struct
148 void rt_hw_show_register(struct rt_hw_exp_stack *regs); argument

Completed in 24 milliseconds