Home
last modified time | relevance | path

Searched refs:EXCP_BREAK (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dint_helper.c137 case EXCP_BREAK: in hppa_cpu_do_interrupt()
225 [EXCP_BREAK] = "break instruction trap", in hppa_cpu_do_interrupt()
H A Dcpu.h72 #define EXCP_BREAK 9 /* break instruction */ macro
H A Dtranslate.c2130 return gen_excp_iir(ctx, EXCP_BREAK); in trans_break()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c107 [EXCP_BREAK] = "break",
H A Dnanomips_translate.c.inc3579 generate_exception_end(ctx, EXCP_BREAK);
4499 generate_exception_end(ctx, EXCP_BREAK);
H A Dtranslate.c1339 generate_exception_end(ctx, EXCP_BREAK); in generate_exception_break()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c182 case EXCP_BREAK: in cpu_loop()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c189 case EXCP_BREAK: in cpu_loop()
/openbmc/qemu/target/mips/
H A Dcpu.h1280 EXCP_BREAK, enumerator
/openbmc/qemu/target/mips/tcg/system/
H A Dtlb_helper.c1227 case EXCP_BREAK: in mips_cpu_do_interrupt()