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

  /external/valgrind/main/cachegrind/
cg_sim.c 51 } cache_t2; typedef in typeref:struct:__anon13694
54 static void cachesim_initcache(cache_t config, cache_t2* c)
82 /* This is done as a macro rather than by passing in the cache_t2 as an
88 static cache_t2 L; \
  /external/valgrind/main/callgrind/
sim.c 88 } cache_t2; typedef in typeref:struct:__anon13709
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)
243 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
277 static CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size)
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
381 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size
    [all...]

Completed in 64 milliseconds