Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c105 static GMutex *l1_icache_locks; variable
440 g_mutex_lock(&l1_icache_locks[cache_idx]); in vcpu_insn_exec()
448 g_mutex_unlock(&l1_icache_locks[cache_idx]); in vcpu_insn_exec()
712 g_free(l1_icache_locks); in plugin_exit()
850 l1_icache_locks = g_new0(GMutex, cores); in qemu_plugin_install()