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.c136 case EXCP_BREAK: in hppa_cpu_do_interrupt()
219 [EXCP_BREAK] = "break instruction trap", in hppa_cpu_do_interrupt()
H A Dcpu.h71 #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);
4504 generate_exception_end(ctx, EXCP_BREAK);
H A Dtranslate.c1338 generate_exception_end(ctx, EXCP_BREAK); in generate_exception_break()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c174 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.h1282 EXCP_BREAK, enumerator
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c1226 case EXCP_BREAK: in mips_cpu_do_interrupt()