Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dcache.c285 static Cache **caches_init(int blksize, int assoc, int cachesize) in caches_init() function
825 l1_dcaches = caches_init(l1_dblksize, l1_dassoc, l1_dcachesize); in qemu_plugin_install()
833 l1_icaches = caches_init(l1_iblksize, l1_iassoc, l1_icachesize); in qemu_plugin_install()
841 l2_ucaches = use_l2 ? caches_init(l2_blksize, l2_assoc, l2_cachesize) : NULL; in qemu_plugin_install()