Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c74 if (!(tb_cflags(tb) & CF_PCREL)) { in x86_cpu_synchronize_from_tb()
94 if (tb_cflags(tb) & CF_PCREL) { in x86_restore_state_to_opc()
H A Dtranslate.c539 if (tb_cflags(s->base.tb) & CF_PCREL) { in gen_update_eip_next()
552 if (tb_cflags(s->base.tb) & CF_PCREL) { in gen_update_eip_cur()
586 if (tb_cflags(s->base.tb) & CF_PCREL) { in eip_next_i32()
599 if (tb_cflags(s->base.tb) & CF_PCREL) { in eip_next_tl()
613 if (tb_cflags(s->base.tb) & CF_PCREL) { in eip_cur_tl()
1372 (!(tb_cflags(s->base.tb) & (CF_USE_ICOUNT | CF_SINGLE_STEP)) in do_gen_rep()
1857 if (tb_cflags(s->base.tb) & CF_PCREL && a.base == -2) { in gen_lea_modrm_1()
2338 if (tb_cflags(s->base.tb) & CF_PCREL && CODE32(s)) { in gen_jmp_rel()
2347 if (tb_cflags(s->base.tb) & CF_PCREL) { in gen_jmp_rel()
2365 if (!(tb_cflags(s->base.tb) & CF_PCREL)) { in gen_jmp_rel()
[all …]
/openbmc/qemu/include/exec/
H A Dtranslation-block.h153 static inline uint32_t tb_cflags(const TranslationBlock *tb) in tb_cflags() function
/openbmc/qemu/accel/tcg/
H A Dtranslator.c114 if (tb_cflags(db->tb) & CF_NO_GOTO_TB) { in translator_use_goto_tb()
126 uint32_t cflags = tb_cflags(tb); in translator_loop()
/openbmc/qemu/tcg/
H A Dperf.c336 if (tb_cflags(tb) & CF_PCREL) { in perf_report_code()
/openbmc/qemu/plugins/
H A Dapi.c84 return tb_cflags(tcg_ctx->gen_tb) & CF_MEMI_ONLY; in tb_is_mem_only()