Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_sim.c48 Int tag_shift; member
65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache()
/external/valgrind/callgrind/
Dsim.c77 int tag_shift; member
186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); in cachesim_initcache()
187 c->tag_mask = ~((1u<<c->tag_shift)-1); in cachesim_initcache()
675 if ( (1<<c->tag_shift) < c->assoc) { in cacheuse_initcache()
678 (1<<c->tag_shift) ); in cacheuse_initcache()