__arch_hweight8  1713 arch/mips/kvm/vz.c 	ret += __arch_hweight8(cpu_data[0].guest.kscratch_mask);
__arch_hweight8   231 arch/powerpc/include/asm/bitops.h unsigned int __arch_hweight8(unsigned int w);
__arch_hweight8    49 arch/sparc/include/asm/bitops_64.h unsigned int __arch_hweight8(unsigned int w);
__arch_hweight8    26 include/asm-generic/bitops/const_hweight.h #define hweight8(w)  (__builtin_constant_p(w) ? __const_hweight8(w)  : __arch_hweight8(w))
__arch_hweight8    26 tools/include/asm-generic/bitops/const_hweight.h #define hweight8(w)  (__builtin_constant_p(w) ? __const_hweight8(w)  : __arch_hweight8(w))