Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dsysfs.c193 SHOW_CPUDATA_UINT_NAME(l2_cache_size, ecache_size);
202 __ATTR(l2_cache_size, 0444, show_l2_cache_size, NULL),
/openbmc/qemu/docs/
H A Dqcow2-cache.txt85 disk_size = l2_cache_size * cluster_size / 8
91 disk_size = l2_cache_size * 8192
97 l2_cache_size = disk_size_GB * 131072
235 disk_size = l2_cache_size * cluster_size / 16
239 l2_cache_size = disk_size * 16 / cluster_size
/openbmc/qemu/block/
H A Dqcow2.c882 uint64_t *l2_cache_size, in read_cache_sizes() argument
912 *l2_cache_size = MIN(max_l2_cache, l2_cache_max_setting); in read_cache_sizes()
932 *refcount_cache_size = combined_cache_size - *l2_cache_size; in read_cache_sizes()
939 *l2_cache_size = max_l2_cache; in read_cache_sizes()
954 if (*l2_cache_size < max_l2_cache && !l2_cache_entry_size_set) { in read_cache_sizes()
993 uint64_t l2_cache_size, l2_cache_entry_size, refcount_cache_size; in qcow2_update_options_prepare() local
1015 l2_cache_size /= l2_cache_entry_size; in qcow2_update_options_prepare()
1016 if (l2_cache_size < MIN_L2_CACHE_SIZE) { in qcow2_update_options_prepare()
1017 l2_cache_size = MIN_L2_CACHE_SIZE; in qcow2_update_options_prepare()
1019 if (l2_cache_size > INT_MAX) { in qcow2_update_options_prepare()
[all …]