Lines Matching defs:index

349 	int32_t	index = -1;
353 index = (int32_t)((tag_afar & PN_L2_INDEX_MASK)
357 index = (int32_t)((tag_afar & PN_L3_TAG_RD_MASK)
361 return (index);
391 int32_t index;
402 index = get_index(pstype, tag_afar);
417 return (get_tagdata(cpu, pstype, index, tag_data));
421 "\n%s: cpu_id = %d index = %d could not find %s"
423 fltnm, cpu->cpu_cpuid, index, payload_namep);
428 return (get_tagdata(cpu, pstype, index,
625 " index %d way %d bit %d\n",
705 * index. Destroy the anonymous_Lxcache and return failure.
712 * retired 3 ways for this index.
721 "\n%s: cpu %d: num of ways retired for index %d"
740 " way at index %d\n",
764 " way is faulty at cache index %d."
795 "\n%s:cpu_id %d found index %d way %d"
816 "\n%s:cpu_id %d index %d way %d"
844 " which way is faulty at cache index %d."
858 "\n%s:cpu_id %d found way %d at index %d to"
883 cmd_ptrsubtype_t pstype, int32_t index)
891 pstype, index, -1, -1);
894 "\n%s:cpu_id = %d index = %d We are destroying the"
896 fltnm, cpu->cpu_cpuid, index);
924 "\n%s:anonymous_tag_error_timeout:index = %d\n",
948 " anonymous_tag_error_timeout: index = %d\n",
962 int32_t index;
983 index = get_index(pstype, tag_afar);
990 "\n%s:cpu_id = %d index = %d ECCs don't match.\n"
992 fltnm, cpu->cpu_cpuid, index);
993 (void) get_tagdata(cpu, pstype, index, tag_data);
998 "\n%s:cpu_id %d: found %d ways retired at the index %d\n",
999 fltnm, cpu->cpu_cpuid, ways_retired, index);
1016 * We will create a Lxcache structure for this index with way
1018 * attempts we made to check the tag data at this index.
1024 index, way, bit);
1037 " index = %d way %d bit %d\n",
1038 fltnm, cpu->cpu_cpuid, index, way, bit);
1042 "\n%s: cpu_id = %d index = %d syndrome"
1044 fltnm, cpu->cpu_cpuid, index,
1084 cpu->cpu_asru_nvl, pstype, index, way, bit);
1088 " for index=%d\n",
1089 fltnm, cpu->cpu_cpuid, index);
1100 "\n%s: cpu_id = %d index = %d We have another"
1104 fltnm, cpu->cpu_cpuid, index);
1108 "\n%s: cpu_id = %d index = %d syndrome computed is 0."
1111 fltnm, cpu->cpu_cpuid, index);
1123 " for index=%d\n",
1124 fltnm, cpu->cpu_cpuid, index);
1131 " RECHECK_OF_TAGS in nvl for index=%d\n",
1132 fltnm, cpu->cpu_cpuid, index);
1155 cpu->cpu_cpuid, pstype, index,
1186 "\n%s: cpu_id = %d index = %d tag_bit %03d is faulty.\n",
1187 fltnm, cpu->cpu_cpuid, index, tag_bit);
1193 index);
1216 index);
1223 index, way,
1230 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype, index);
1236 pstype, index, way, bit);
1239 "\n%s:cpu %d: Failed to create Lxcache for index %d",
1241 fltnm, cpu->cpu_cpuid, index, way, bit);
1242 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype, index);
1246 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype, index);
1251 cpu->cpu_cpuid, pstype, index,
1273 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype, index);
1295 * - if a way at this index has already been retired as
1299 * - if a way at this index has already been retired as
1302 * - if no ways have been retired as "suspect" for this index,
1308 cpu, pstype, index, bit, CMD_LXSUSPECT_1_TAG);
1317 cpu, pstype, index, bit, CMD_LXSUSPECT_0_TAG);
1320 "\n%s:cpu_id %d found index %d way %d"
1323 fltnm, cpu->cpu_cpuid, index,
1362 * - Destroy any anonymous SERD engine at that index.
1371 cmd_Lxcache_destroy_anonymous_serd_engines(hdl, cpu, pstype, index, -1);
1376 "\n%s:cpu_id %d Bad ECC bit %d at cache index %d way %d"
1378 fltnm, cpu->cpu_cpuid, bit, index, way);
1403 " cache index %d way %d. STATE = 0x%x\n"
1407 fltnm, cpu->cpu_cpuid, bit, index, way, state);
1425 cpu, pstype, index, way, CMD_LXCONVICTED);
1428 "\n%s: cpu %d: The cache index %d way %d previously"
1431 fltnm, cpu->cpu_cpuid, index, way,
1441 * If any way(Including the current way) at this index is retired as
1447 cpu, pstype, index, -1,
1451 "\n%s:cpu_id %d found index %d way %d"
1454 fltnm, cpu->cpu_cpuid, index,
1464 "\n%s:cpu_id %d index %d way %d"
1467 fltnm, cpu->cpu_cpuid, index,
1473 * SUSPECT way at the fault index.
1482 ways_retired = get_index_retired_ways(cpu, pstype, index);
1487 * retired 3 ways for this index.
1494 "\n%s: cpu %d: num of ways retired for index %d"
1496 fltnm, cpu->cpu_cpuid, index, ways_retired);
1502 "\n%s: cpu %d: num of ways retired for index %d is %d\n",
1503 fltnm, cpu->cpu_cpuid, index, ways_retired);
1559 " 0x%x index = %d way = %d\n",
1566 " 0x%x index = %d way = %d\n",
1584 int32_t index = -1;
1588 index = (int32_t)((afar & PN_L2_INDEX_MASK)
1592 index = (int32_t)((afar & PN_L3_INDEX_MASK)
1596 return (index);
1612 * given index to fault. If the maximum for the index has not been
1614 * under suspicion for the index prior to faulting
1694 fmd_hdl_debug(hdl, "xxC/LDxC dropped due to index\n");
1699 fmd_hdl_debug(hdl, "index: 0x%x(%d) bit: %d\n",
1789 "\n%s: cpu %d: creating a case for index %d way %d"
1800 " index %d way %d bit %d\n",
1851 * Find out if there is a way at the fault index/bit that was retired
1857 " index %d retired as suspect due to bit %d\n",
1867 * If there is a way at that index retired as suspect due
1871 * that index and bit.
1875 "\n%s:cpu_id %d found index %d way %d"
1896 * at this index by reading the info from processor
1903 * retired 3 ways for this index.
1910 " ways are retired at this index. We will not be"
1911 " retiring the identified cacheline at index %d"
1919 "\n%s: cpu %d: num of ways retired for index %d"
1945 * - if a way at this index has already been retired as "suspect"