Lines Matching refs:way

137 	    "	way	= %d\n"
201 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit)
209 (Lxcache->Lxcache_way == (uint32_t)way) &&
220 int8_t way, int16_t bit)
229 "\n%s:cpu_id %d:Creating new Lxcache for index=%d way=%d bit=%d\n",
230 pstype_name, cpu->cpu_cpuid, index, way, bit);
241 Lxcache->Lxcache_way = (uint32_t)way;
272 index, way, bit);
280 (uint32_t)way)) != 0 ||
290 "%s_asru_%d_%d_%d", pstype_name, index, way, bit);
302 int32_t index, int8_t way)
309 (cache->Lxcache_way == (uint32_t)way) &&
425 "cpu_id %d: restoring the case for index %d way %d bit %d\n",
474 int32_t index, int8_t way, int16_t bit)
482 sz = (snprintf(NULL, 0, fmt, cpu_id, serdbase, index, way, bit) + 1);
484 (void) snprintf(nm, sz, fmt, cpu_id, serdbase, index, way, bit);
491 int32_t index, int8_t way, int16_t bit)
499 sz = (snprintf(NULL, 0, fmt, cpu_id, serdbase, index, way, bit) + 1);
501 (void) snprintf(nm, sz, fmt, cpu_id, serdbase, index, way, bit);
578 "\n%s:CPU %d retired Type 1 way count is: %d\n",
580 fmd_hdl_debug(hdl, "\n%s:CPU %d retired Type 2 way count is: %d\n",
730 cache_info.way = 0;
792 cache_info.way = Lxcache->Lxcache_way;
812 "\n%s:cpu %d: Retiring index %d, way %d bit %d\n",
813 fltnm, cpu->cpu_cpuid, cache_info.index, cache_info.way,
843 cache_info.way = Lxcache->Lxcache_way;
863 "\n%s:cpu %d: Unretiring index %d, way %d bit %d\n",
864 fltnm, cpu->cpu_cpuid, cache_info.index, cache_info.way,
880 cmd_ptrsubtype_t type, int32_t index, int8_t way, int32_t flags)
888 (cmd_Lxcache->Lxcache_way == way) &&
916 * unretired way by marking it as unavailable.
964 * The Lone unretired way is set as 1, rest are set as 0.
966 * so that this unretired way will not be allocated.
979 * Look for a way next to the specified way that is
981 * We stop when way 3 is reached.
1018 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason)
1026 (cmd_Lxcache->Lxcache_way == (uint32_t)way) &&
1091 uint32_t cpuid, way;
1104 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_WAY, &way) != 0)
1123 FM_FMRI_CPU_CACHE_WAY, way,
1144 " index %d way %d bit %d\n",
1196 " cacheline re-retired at this index %d and way %d\n",
1208 " this index %d and way %d. Will mark this"
1246 " way %d which we are attempting to unretire"
1319 " way %d bit %d\n",
1347 " SUSPECT_1_TAG index %d way %d bit %d\n",
1407 " cacheline at index %d way %d encountered.\n",
1438 " cacheline retired at this index %d way %d\n",
1449 "\n%s:cpu_id %d: Found index %d way %d"