Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c343 static void gen_debug_exception(DisasContext *ctx, bool rfi_type) in gen_debug_exception() argument
362 if (!rfi_type) { /* BookS does not single step rfi type instructions */ in gen_debug_exception()
7440 bool rfi_type = false; in ppc_tr_tb_stop() local
7456 rfi_type = true; in ppc_tr_tb_stop()
7462 gen_debug_exception(ctx, rfi_type); in ppc_tr_tb_stop()