Searched refs:l2_cache_entry_size (Results 1 – 1 of 1) sorted by relevance
883 uint64_t *l2_cache_entry_size, in read_cache_sizes() argument909 *l2_cache_entry_size = qemu_opt_get_size( in read_cache_sizes()955 *l2_cache_entry_size = MIN(s->cluster_size, 4096); in read_cache_sizes()961 if (*l2_cache_entry_size < (1 << MIN_CLUSTER_BITS) || in read_cache_sizes()962 *l2_cache_entry_size > s->cluster_size || in read_cache_sizes()963 !is_power_of_2(*l2_cache_entry_size)) { in read_cache_sizes()993 uint64_t l2_cache_size, l2_cache_entry_size, refcount_cache_size; in qcow2_update_options_prepare() local1009 if (!read_cache_sizes(bs, opts, &l2_cache_size, &l2_cache_entry_size, in qcow2_update_options_prepare()1015 l2_cache_size /= l2_cache_entry_size; in qcow2_update_options_prepare()1053 r->l2_slice_size = l2_cache_entry_size / l2_entry_size(s); in qcow2_update_options_prepare()[all …]