Lines Matching defs:index

136 	    "	index	= %d\n"
201 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int16_t bit)
208 (Lxcache->Lxcache_index == (uint32_t)index) &&
219 nvlist_t *modasru, cmd_ptrsubtype_t pstype, int32_t index,
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);
240 Lxcache->Lxcache_index = (uint32_t)index;
272 index, way, bit);
278 index)) != 0 ||
290 "%s_asru_%d_%d_%d", pstype_name, index, way, bit);
302 int32_t index, int8_t way)
308 if ((cache->Lxcache_index == (uint32_t)index) &&
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);
705 int32_t index, uint64_t *tag_data)
728 cache_info.index = index;
759 get_index_retired_ways(cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype, int32_t index)
764 if (get_tagdata(cpu, pstype, index, tag_data) != 0) {
794 cache_info.index = Lxcache->Lxcache_index;
812 "\n%s:cpu %d: Retiring index %d, way %d bit %d\n",
813 fltnm, cpu->cpu_cpuid, cache_info.index, cache_info.way,
845 cache_info.index = Lxcache->Lxcache_index;
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)
887 if ((cmd_Lxcache->Lxcache_index == index) &&
898 cmd_ptrsubtype_t type, int32_t index)
938 if ((cmd_Lxcache->Lxcache_index == index) &&
985 int32_t index, cmd_ptrsubtype_t pstype, int8_t specified_way)
994 pstype, index);
1006 int32_t index, cmd_ptrsubtype_t pstype)
1012 pstype, index);
1018 cmd_ptrsubtype_t pstype, int32_t index, int8_t way, int32_t reason)
1025 if ((cmd_Lxcache->Lxcache_index == (uint32_t)index) &&
1037 cmd_ptrsubtype_t pstype, int32_t index, int16_t bit, int32_t reason)
1044 if ((cmd_Lxcache->Lxcache_index == (uint32_t)index) &&
1056 cmd_ptrsubtype_t type, int32_t index, int16_t bit)
1065 (cmd_Lxcache->Lxcache_index == (uint32_t)index) &&
1092 uint32_t index;
1102 if (nvlist_lookup_uint32(nvl, FM_FMRI_CPU_CACHE_INDEX, &index) != 0)
1122 FM_FMRI_CPU_CACHE_INDEX, index,
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"
1245 "\n%s:cpuid %d The cacheline at index %d and"
1318 "\n%s:cpu_id %d: cmd_Lxcache_retire called for index %d"
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"