Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dcpu.h191 TB_FLAGS_SKIP = 2, enumerator
206 flags |= TB_FLAGS_SKIP; in cpu_get_tb_cpu_state()
H A Dtranslate.c2666 if (tb_flags & TB_FLAGS_SKIP) { in avr_tr_init_disas_context()
2733 if (ctx->base.tb->flags & TB_FLAGS_SKIP) { in avr_tr_translate_insn()
2759 bool force_exit = ctx->base.tb->flags & TB_FLAGS_SKIP; in avr_tr_tb_stop()