Home
last modified time | relevance | path

Searched refs:gen_debug_exception (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dtranslate.c327 static void gen_debug_exception(DisasContext *dc, uint32_t cause) in gen_debug_exception() function
1034 gen_debug_exception(dc, debug_cause); in disas_xtensa_insn()
1133 gen_debug_exception(dc, DEBUGCAUSE_IB); in gen_ibreak_check()
1203 gen_debug_exception(dc, DEBUGCAUSE_IC); in xtensa_tr_translate_insn()
/openbmc/qemu/target/ppc/
H A Dtranslate.c343 static void gen_debug_exception(DisasContext *ctx, bool rfi_type) in gen_debug_exception() function
4213 gen_debug_exception(ctx, false); in gen_lookup_and_goto_ptr()
7462 gen_debug_exception(ctx, rfi_type); in ppc_tr_tb_stop()