Searched refs:EXCP_INVSTATE (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_cpu.h | 53 case EXCP_INVSTATE: in target_cpu_loop()
|
/openbmc/qemu/linux-user/arm/ |
H A D | cpu_loop.c | 336 case EXCP_INVSTATE: in cpu_loop()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6819 gen_exception_insn(s, 0, EXCP_INVSTATE, syn_uncategorized()); in trans_LE() 7283 gen_exception_insn(s, 0, EXCP_INVSTATE, syn_uncategorized()); in disas_arm_insn() 7942 gen_exception_insn(dc, 0, EXCP_INVSTATE, syn_uncategorized()); in thumb_tr_translate_insn()
|
H A D | translate-mve.c | 99 gen_exception_insn(s, 0, EXCP_INVSTATE, syn_uncategorized()); in mve_eci_check()
|
H A D | m_helper.c | 2219 case EXCP_INVSTATE: in arm_v7m_cpu_do_interrupt()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 54 #define EXCP_INVSTATE 18 /* v7M INVSTATE UsageFault */ macro
|
H A D | helper.c | 10850 [EXCP_INVSTATE] = "v7M INVSTATE UsageFault", in arm_log_exception()
|