Home | History | Annotate | Download | only in block

Lines Matching defs:L2_CACHE_SIZE

54 #define L2_CACHE_SIZE 16
68 uint64_t l2_cache_offsets[L2_CACHE_SIZE];
69 uint32_t l2_cache_counts[L2_CACHE_SIZE];
142 s->l2_cache = qemu_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
282 for(i = 0; i < L2_CACHE_SIZE; i++) {
286 for(j = 0; j < L2_CACHE_SIZE; j++) {
297 for(i = 0; i < L2_CACHE_SIZE; i++) {
846 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
847 memset(s->l2_cache_offsets, 0, L2_CACHE_SIZE * sizeof(uint64_t));
848 memset(s->l2_cache_counts, 0, L2_CACHE_SIZE * sizeof(uint32_t));