Home
last modified time | relevance | path

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

/qemu/contrib/plugins/
H A Dcache.c104 static GMutex *l1_dcache_locks; variable
405 g_mutex_lock(&l1_dcache_locks[cache_idx]); in vcpu_mem_access()
413 g_mutex_unlock(&l1_dcache_locks[cache_idx]); in vcpu_mem_access()
705 g_free(l1_dcache_locks); in plugin_exit()
843 l1_dcache_locks = g_new0(GMutex, cores); in qemu_plugin_install()