Searched refs:tag_bit (Results 1 – 1 of 1) sorted by relevance
315 tag_bit_to_way_bit(cmd_ptrsubtype_t pstype, int16_t tag_bit) in tag_bit_to_way_bit() argument321 way_bit = L2TAG_bit_to_way_bit[tag_bit]; in tag_bit_to_way_bit()324 way_bit = L3TAG_bit_to_way_bit[tag_bit]; in tag_bit_to_way_bit()964 int16_t tag_bit, bit, sticky_bit; in cmd_us4plus_tag_err() local1184 tag_bit = ecc_syndrome_tab[tag_synd & 0x1ff]; in cmd_us4plus_tag_err()1187 fltnm, cpu->cpu_cpuid, index, tag_bit); in cmd_us4plus_tag_err()1188 if ((tag_bit > C8)) { in cmd_us4plus_tag_err()1196 if ((tag_bit >= C0) && (tag_bit <= C8)) { in cmd_us4plus_tag_err()1201 bit = (tag_bit - C0) + PN_LX_TAG_ECC_START_BIT; in cmd_us4plus_tag_err()1207 bit = tag_bit_to_way_bit(pstype, tag_bit); in cmd_us4plus_tag_err()[all …]