Home
last modified time | relevance | path

Searched refs:EXCP_STKOF (Results 1 – 4 of 4) sorted by relevance

/qemu/target/arm/tcg/
H A Dm_helper.c627 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 Dop_helper.c120 raise_exception_ra(env, EXCP_STKOF, 0, 1, GETPC()); in HELPER()
/qemu/target/arm/
H A Dcpu.h55 #define EXCP_STKOF 19 /* v8M STKOF UsageFault */ macro
H A Dhelper.c10833 [EXCP_STKOF] = "v8M STKOF UsageFault", in arm_log_exception()