Home
last modified time | relevance | path

Searched refs:ch_ecc_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c4867 static uint64_t ch_ecc_table[9][2] = { variable
4911 s = (popc64(data_low & ch_ecc_table[bitno][0]) + in us3_gen_ecc()
4912 popc64(data_high & ch_ecc_table[bitno][1])) & 1; in us3_gen_ecc()