Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h115 #define MIN_L2_CACHE_SIZE 2 /* cache entries */ macro
H A Dqcow2.c1016 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()