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

  /external/valgrind/main/coregrind/
m_cache.c 68 VEX_CACHE_INIT(INSN_CACHE, level, size, linesize, assoc)); \
86 VEX_CACHE_INIT(INSN_CACHE, level, size, 0, assoc); \
460 ci->caches[1] = VEX_CACHE_INIT(INSN_CACHE, 1, size, line_size, assoc);
514 ci->caches[1] = VEX_CACHE_INIT(INSN_CACHE, 1, 64, 16, 4);
594 Bool is_insn_cache = kind == INSN_CACHE;
644 ci->caches[i++] = get_cache(level, INSN_CACHE);
649 ci->caches[i++] = get_cache(level, INSN_CACHE);
684 case INSN_CACHE: kind = "insn"; break;
713 case INSN_CACHE: ++num_icache; break;
  /external/valgrind/main/VEX/pub/
libvex.h 229 INSN_CACHE,
    [all...]
  /external/valgrind/main/cachegrind/
cg_arch.c 304 i1 = locate_cache(ci, INSN_CACHE, 1);

Completed in 78 milliseconds