Lines Matching refs:pstype

315 tag_bit_to_way_bit(cmd_ptrsubtype_t pstype, int16_t tag_bit)
319 switch (pstype) {
331 bit_to_way(cmd_ptrsubtype_t pstype, uint32_t bit)
335 switch (pstype) {
347 get_index(cmd_ptrsubtype_t pstype, uint64_t tag_afar)
351 switch (pstype) {
381 cmd_ptrsubtype_t pstype,
402 index = get_index(pstype, tag_afar);
403 switch (pstype) {
417 return (get_tagdata(cpu, pstype, index, tag_data));
428 return (get_tagdata(cpu, pstype, index,
475 cmd_ptrsubtype_t pstype)
488 switch (pstype) {
505 switch (pstype) {
580 compute_syndrome(uint64_t *tag_data, cmd_ptrsubtype_t pstype)
586 gen_data_for_ecc(tag_data, data_for_ecc_gen, pstype);
883 cmd_ptrsubtype_t pstype, int32_t index)
888 fltnm = cmd_type_to_str(pstype);
891 pstype, index, -1, -1);
947 "Unexpected pstype 0x%x found in"
957 cmd_cpu_t *cpu, cmd_ptrsubtype_t pstype,
979 ret = extract_data_from_ereport_payload(hdl, nvl, cpu, pstype,
983 index = get_index(pstype, tag_afar);
993 (void) get_tagdata(cpu, pstype, index, tag_data);
1000 tag_synd = compute_syndrome(tag_data, pstype);
1023 Lxcache = cmd_Lxcache_lookup_by_type_index_way_bit(cpu, pstype,
1084 cpu->cpu_asru_nvl, pstype, index, way, bit);
1155 cpu->cpu_cpuid, pstype, index,
1192 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype,
1207 bit = tag_bit_to_way_bit(pstype, tag_bit);
1208 way = bit_to_way(pstype, tag_bit);
1215 pstype,
1222 if ((Lxcache = cmd_Lxcache_lookup_by_type_index_way_bit(cpu, pstype,
1230 find_and_destroy_anonymous_Lxcache(hdl, cpu, pstype, index);
1236 pstype, 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);
1308 cpu, pstype, index, bit, CMD_LXSUSPECT_1_TAG);
1317 cpu, pstype, index, bit, CMD_LXSUSPECT_0_TAG);
1371 cmd_Lxcache_destroy_anonymous_serd_engines(hdl, cpu, pstype, index, -1);
1379 cmd_fault_the_cpu(hdl, cpu, pstype, fltnm);
1408 cmd_fault_the_cpu(hdl, cpu, pstype, fltnm);
1425 cpu, pstype, index, way, CMD_LXCONVICTED);
1435 cmd_fault_the_cpu(hdl, cpu, pstype, fltnm);
1447 cpu, pstype, index, -1,
1482 ways_retired = get_index_retired_ways(cpu, pstype, index);
1497 cmd_fault_the_cpu(hdl, cpu, pstype, fltnm);