Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c222 * @cflags. Uses @cpu's tb_jmp_cache. Might cause an exception, so have a
237 jc = cpu->tb_jmp_cache; in tb_lookup()
980 jc = cpu->tb_jmp_cache; in cpu_exec_loop()
1070 cpu->tb_jmp_cache = g_new0(CPUJumpCache, 1); in tcg_exec_unrealizefn()
1088 g_free_rcu(cpu->tb_jmp_cache, rcu);
H A Dtranslate-all.c630 CPUJumpCache *jc = cpu->tb_jmp_cache; in tcg_flush_jmp_cache()
H A Dtb-maint.c907 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_inval_tb()
H A Dcputlb.c151 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_clear_page()
/openbmc/qemu/include/hw/core/
H A Dcpu.h523 struct CPUJumpCache *tb_jmp_cache;
513 struct CPUJumpCache *tb_jmp_cache; global() member
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst58 tb_jmp_cache (per-vCPU, cache of recent jumps)
68 The hot-path avoids using locks where possible. The tb_jmp_cache is