Searched refs:tb_jmp_cache (Results 1 – 6 of 6) sorted by relevance
261 jc = cpu->tb_jmp_cache; in tb_lookup()1001 jc = cpu->tb_jmp_cache; in cpu_exec_loop()1085 cpu->tb_jmp_cache = g_new0(CPUJumpCache, 1); in tcg_exec_realizefn()1103 g_free_rcu(cpu->tb_jmp_cache, rcu); in tcg_exec_unrealizefn()
655 CPUJumpCache *jc = cpu->tb_jmp_cache; in tcg_flush_jmp_cache()
891 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_inval_tb()
159 CPUJumpCache *jc = cpu->tb_jmp_cache; in tb_jmp_cache_clear_page()
509 struct CPUJumpCache *tb_jmp_cache; member
57 tb_jmp_cache (per-vCPU, cache of recent jumps)67 The hot-path avoids using locks where possible. The tb_jmp_cache is