Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c750 int l1_dassoc, l1_dblksize, l1_dcachesize; in qemu_plugin_install() local
758 l1_dcachesize = l1_dblksize * l1_dassoc * 32; in qemu_plugin_install()
787 l1_dcachesize = STRTOLL(tokens[1]); in qemu_plugin_install()
825 l1_dcaches = caches_init(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()
827 const char *err = cache_config_error(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()