HomeSort by relevance Sort by last modified time
    Searched refs:cache_t2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/cachegrind/
cg_sim.c 51 } cache_t2; typedef in typeref:struct:__anon25402
54 static void cachesim_initcache(cache_t config, cache_t2* c)
83 * lot of indirection around the cache_t2 pointer, if it is known to be
89 Bool cachesim_setref_is_miss(cache_t2* c, UInt set_no, UWord tag)
126 Bool cachesim_ref_is_miss(cache_t2* c, Addr a, UChar size)
166 static cache_t2 LL;
167 static cache_t2 I1;
168 static cache_t2 D1;
  /external/valgrind/callgrind/
sim.c 88 } cache_t2; typedef in typeref:struct:__anon25418
94 static cache_t2 I1, D1, LL;
154 static void cachesim_clearcache(cache_t2* c)
173 static void cacheuse_initcache(cache_t2* c);
176 static void cachesim_initcache(cache_t config, cache_t2* c)
214 static void print_cache(cache_t2* c)
248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size)
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size
    [all...]

Completed in 53 milliseconds