Home
last modified time | relevance | path

Searched defs:cachesize (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dcache.c74 int cachesize; member
233 static const char *cache_config_error(int blksize, int assoc, int cachesize) in cache_config_error()
244 static bool bad_cache_params(int blksize, int assoc, int cachesize) in bad_cache_params()
249 static Cache *cache_init(int blksize, int assoc, int cachesize) in cache_init()
285 static Cache **caches_init(int blksize, int assoc, int cachesize) in caches_init()
/openbmc/linux/drivers/s390/char/
H A Dhmcdrv_cache.c216 int hmcdrv_cache_startup(size_t cachesize) in hmcdrv_cache_startup()
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c33 unsigned cachesize) in make_ccsidr64()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py453 def cachesize(self): member in Cache