Lines Matching defs:index
1854 * Use the 8-bit syndrome to index the ecc_syndrome_tab
2831 int index;
2842 for (index = HB_FULL_DIV; index <= HB_LOWEST_DIV; index++) {
2843 if (hb_eclk[index] == cur_mask) {
2844 cur_divisor = index;
3470 * adjusting the ecache line index appropriately
3477 uint32_t index = ssmp->ecache_flush_index;
3543 ec_tag = get_ecache_tag(index, &nafsr, acc_afsr);
3551 ecache_scrub_tag_err(nafsr, state, index);
3560 tafsr = check_ecache_line(index, acc_afsr);
3567 get_ecache_dtag(P2ALIGN(index, 64),
3580 cpu_ec_tag_shift) | (index % ec_set_size);
3621 if ((index += ec_linesize) >= ec_size)
3622 index = 0;
3627 * set the ecache scrub index for the next time around
3629 ssmp->ecache_flush_index = index;
3999 ecache_scrub_tag_err(uint64_t afsr, uchar_t state, uint32_t index)
4011 get_ecache_dtag(P2ALIGN(index, 64), (uint64_t *)&ec_data[0], &ec_tag,
4014 (index % ec_set_size);
4031 write_hb_ec_tag_parity(index);
4033 write_ec_tag_parity(index);