Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c106 static GMutex *l2_ucache_locks; variable
420 g_mutex_lock(&l2_ucache_locks[cache_idx]); in vcpu_mem_access()
427 g_mutex_unlock(&l2_ucache_locks[cache_idx]); in vcpu_mem_access()
455 g_mutex_lock(&l2_ucache_locks[cache_idx]); in vcpu_insn_exec()
462 g_mutex_unlock(&l2_ucache_locks[cache_idx]); in vcpu_insn_exec()
716 g_free(l2_ucache_locks); in plugin_exit()
851 l2_ucache_locks = use_l2 ? g_new0(GMutex, cores) : NULL; in qemu_plugin_install()