Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c20 static GHashTable *miss_ht; variable
488 data = g_hash_table_lookup(miss_ht, GUINT_TO_POINTER(effective_addr)); in vcpu_tb_trans()
494 g_hash_table_insert(miss_ht, GUINT_TO_POINTER(effective_addr), in vcpu_tb_trans()
653 miss_insns = g_hash_table_get_values(miss_ht); in log_top_insns()
719 g_hash_table_destroy(miss_ht); in plugin_exit()
856 miss_ht = g_hash_table_new_full(NULL, g_direct_equal, NULL, insn_free); in qemu_plugin_install()