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

  /external/valgrind/cachegrind/
cg_arch.c 39 static void configure_caches(cache_t* I1c, cache_t* D1c, cache_t* LLc,
212 maybe_tweak_LLc(cache_t *LLc)
214 if (LLc->size == 0 || LLc->assoc == 0 || LLc->line_size == 0)
217 tl_assert(LLc->size > 0 && LLc->assoc > 0 && LLc->line_size > 0);
219 UInt old_size = (UInt)LLc->size;
220 UInt old_assoc = (UInt)LLc->assoc
    [all...]
cg_arch.h 63 cache_t* LLc,
cg_sim.c 170 static void cachesim_initcaches(cache_t I1c, cache_t D1c, cache_t LLc)
174 cachesim_initcache(LLc, &LL);
cg_main.c     [all...]
  /external/valgrind/callgrind/
sim.c     [all...]

Completed in 666 milliseconds