Home
last modified time | relevance | path

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

/qemu/contrib/plugins/
H A Dcache.c744 int l1_dassoc, l1_dblksize, l1_dcachesize; in qemu_plugin_install() local
751 l1_dblksize = 64; in qemu_plugin_install()
752 l1_dcachesize = l1_dblksize * l1_dassoc * 32; in qemu_plugin_install()
777 l1_dblksize = STRTOLL(tokens[1]); in qemu_plugin_install()
819 l1_dcaches = caches_init(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()
821 const char *err = cache_config_error(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()