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

  /external/valgrind/main/coregrind/
m_cache.c 80 VEX_CACHE_INIT(UNIFIED_CACHE, level, size, linesize, assoc)); \
466 ci->caches[2] = VEX_CACHE_INIT(UNIFIED_CACHE, 2, size, line_size, assoc);
477 ci->caches[3] = VEX_CACHE_INIT(UNIFIED_CACHE, 3, size, line_size, assoc);
515 ci->caches[2] = VEX_CACHE_INIT(UNIFIED_CACHE, 2, 64, 16, 16);
657 ci->caches[i++] = get_cache(level, UNIFIED_CACHE);
686 case UNIFIED_CACHE: kind = "unified"; break;
715 case UNIFIED_CACHE: ++num_ucache; break;
  /external/valgrind/main/VEX/pub/
libvex.h 230 UNIFIED_CACHE
    [all...]
  /external/valgrind/main/cachegrind/
cg_arch.c 306 ll = locate_cache(ci, UNIFIED_CACHE, ci->num_levels);

Completed in 51 milliseconds