Searched refs:EXCP_STKOF (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | m_helper.c | 626 raise_exception(env, EXCP_STKOF, 0, 1); in HELPER() 2231 case EXCP_STKOF: in arm_v7m_cpu_do_interrupt() 2671 raise_exception_ra(env, EXCP_STKOF, 0, 1, GETPC()); in HELPER()
|
| H A D | op_helper.c | 121 raise_exception_ra(env, EXCP_STKOF, 0, 1, GETPC()); in HELPER()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.h | 54 #define EXCP_STKOF 19 /* v8M STKOF UsageFault */ macro
|
| H A D | helper.c | 8116 [EXCP_STKOF] = "v8M STKOF UsageFault", in arm_log_exception()
|