Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2157 if (((popc64( in cpu_parity_error()
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()
4047 if (((popc64(data_word & in cpu_dcache_parity_check()
4070 if ((popc64(tmp_dcp.dc_data[word]) + in cpu_dcache_parity_check()
4185 if (popc64(tmp_icp.ic_patag & CHP_ICPATAG_PARMASK) & 1) { in cpu_icache_parity_check()
4196 if (popc64(tmp_icp.ic_sntag & in cpu_icache_parity_check()
4218 if (popc64(tmp_icp.ic_data[instr] & parmask) & 1) { in cpu_icache_parity_check()
4296 if ((popc64(tmp_pcp.pc_data[word]) & 1) ^ pbit) { in cpu_pcache_parity_check()
4888 popc64(uint64_t val) in popc64() function
[all …]
/titanic_50/usr/src/uts/sun4u/sys/
H A Dus3_module.h589 extern int popc64(uint64_t val);