Lines Matching defs:caches_cnt
1342 u32 i = 0, caches_cnt = 0;
1347 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt);
1350 * If caches_cnt is not 0, cpu_cache_level data
1354 if (caches_cnt)
1360 if (!caches_cnt)
1370 for (i = 1; i < caches_cnt; ++i) {
1383 for (i = 0; i < caches_cnt; ++i) {
1396 while (i < caches_cnt)
1689 int caches_cnt = env->caches_cnt;
1695 if (!caches_cnt)
1698 for (i = caches_cnt - 1; i > -1; --i) {