Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2092 ch_dc_data_t tmp_dcp; in cpu_parity_error() local
2144 (uint64_t *)&tmp_dcp); in cpu_parity_error()
2153 parity_bits = tmp_dcp.dc_utag >> 8; in cpu_parity_error()
2158 tmp_dcp.dc_data[word]) + in cpu_parity_error()
2160 1) && (tmp_dcp.dc_tag & in cpu_parity_error()
3997 ch_dc_data_t tmp_dcp; in cpu_dcache_parity_check() local
4004 (uint64_t *)&tmp_dcp); in cpu_dcache_parity_check()
4010 if (popc64(tmp_dcp.dc_tag & CHP_DCTAG_PARMASK) & 1) { in cpu_dcache_parity_check()
4022 if (popc64(tmp_dcp.dc_sntag & in cpu_dcache_parity_check()
4029 bcopy(&tmp_dcp, dcp, sizeof (ch_dc_data_t)); in cpu_dcache_parity_check()
[all …]