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

  /external/valgrind/main/coregrind/
m_cache.c 74 VEX_CACHE_INIT(DATA_CACHE, level, size, linesize, assoc)); \
454 ci->caches[0] = VEX_CACHE_INIT(DATA_CACHE, 1, size, line_size, assoc);
513 ci->caches[0] = VEX_CACHE_INIT(DATA_CACHE, 1, 64, 16, 16);
645 ci->caches[i++] = get_cache(level, DATA_CACHE);
653 ci->caches[i++] = get_cache(level, DATA_CACHE);
685 case DATA_CACHE: kind = "data"; break;
714 case DATA_CACHE: ++num_dcache; break;
  /external/valgrind/main/VEX/pub/
libvex.h 228 DATA_CACHE,
    [all...]
  /external/valgrind/main/cachegrind/
cg_arch.c 305 d1 = locate_cache(ci, DATA_CACHE, 1);

Completed in 63 milliseconds