Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2158 if (((popc64( in cpu_parity_error()
4011 if (popc64(tmp_dcp.dc_tag & CHP_DCTAG_PARMASK) & 1) { in cpu_dcache_parity_check()
4023 if (popc64(tmp_dcp.dc_sntag & in cpu_dcache_parity_check()
4048 if (((popc64(data_word & in cpu_dcache_parity_check()
4071 if ((popc64(tmp_dcp.dc_data[word]) + in cpu_dcache_parity_check()
4197 if (popc64(tmp_icp.ic_sntag & in cpu_icache_parity_check()
4219 if (popc64(tmp_icp.ic_data[instr] & parmask) & 1) { in cpu_icache_parity_check()
4297 if ((popc64(tmp_pcp.pc_data[word]) & 1) ^ pbit) { in cpu_pcache_parity_check()
4889 popc64(uint64_t val) in popc64() function
4911 s = (popc64(data_low & ch_ecc_table[bitno][0]) + in us3_gen_ecc()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h589 extern int popc64(uint64_t val);