Searched refs:rt_hw_exp_stack (Results 1 – 17 of 17) sorted by relevance
| /libcpu/arm/cortex-r4/ |
| A D | trap.c | 29 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 D | armv7.h | 17 struct rt_hw_exp_stack struct
|
| /libcpu/arm/zynqmp-r5/ |
| A D | trap.c | 28 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 D | armv7.h | 15 struct rt_hw_exp_stack struct
|
| /libcpu/arm/cortex-r52/ |
| A D | trap.c | 32 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 D | armv8.h | 13 struct rt_hw_exp_stack struct 78 void rt_hw_show_register(struct rt_hw_exp_stack *regs);
|
| A D | cpuport.h | 14 struct rt_hw_exp_stack struct
|
| A D | backtrace.h | 77 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj);
|
| A D | backtrace.c | 516 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 D | trap.c | 29 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 D | armv7.h | 13 struct rt_hw_exp_stack struct
|
| /libcpu/arm/cortex-a/ |
| A D | trap.c | 33 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 D | cpuport.h | 16 struct rt_hw_exp_stack struct
|
| A D | backtrace.h | 78 void rt_unwind(struct rt_hw_exp_stack *regs, unsigned int pc_adj);
|
| A D | backtrace.c | 515 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 D | trap.c | 35 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 D | armv8.h | 106 struct rt_hw_exp_stack struct 148 void rt_hw_show_register(struct rt_hw_exp_stack *regs); argument
|
Completed in 24 milliseconds