Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c233 static const char *cache_config_error(int blksize, int assoc, int cachesize) in cache_config_error() function
827 const char *err = cache_config_error(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()
835 const char *err = cache_config_error(l1_iblksize, l1_iassoc, l1_icachesize); in qemu_plugin_install()
843 const char *err = cache_config_error(l2_blksize, l2_assoc, l2_cachesize); in qemu_plugin_install()