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