Lines Matching refs:ci
329 locate_cache(const VexCacheInfo *ci, VexCacheKind kind, UInt level)
333 for (c = ci->caches; c != ci->caches + ci->num_caches; ++c) {
349 const VexCacheInfo *ci;
353 ci = &vai.hwcache_info;
356 i1 = locate_cache(ci, INSN_CACHE, 1);
357 d1 = locate_cache(ci, DATA_CACHE, 1);
358 ll = locate_cache(ci, UNIFIED_CACHE, ci->num_levels);
360 if (ci->num_caches > 0 && ll == NULL) {
364 if (ll && ci->num_levels > 2) {
366 "LL simulation.\n", ci->num_levels);