Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow.c70 #define L2_CACHE_SIZE 16 macro
82 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
83 uint32_t l2_cache_counts[L2_CACHE_SIZE];
277 s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_open()
396 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
400 for(j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
411 for(i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1045 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1046 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t)); in qcow_make_empty()
1047 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t)); in qcow_make_empty()
H A Dvmdk.c133 #define L2_CACHE_SIZE 16 macro
158 uint32_t l2_cache_offsets[L2_CACHE_SIZE];
159 uint32_t l2_cache_counts[L2_CACHE_SIZE];
653 g_malloc(extent->entry_size * extent->l2_size * L2_CACHE_SIZE); in vmdk_init_tables()
1643 for (i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()
1647 for (j = 0; j < L2_CACHE_SIZE; j++) { in get_cluster_offset()
1658 for (i = 0; i < L2_CACHE_SIZE; i++) { in get_cluster_offset()