Searched refs:__arch_hweight64 (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/include/asm-generic/bitops/
H A Darch_hweight.h21 static inline unsigned long __arch_hweight64(__u64 w) __arch_hweight64() function
H A Dconst_hweight.h28 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/linux-4.4.14/arch/powerpc/lib/
H A Dppc_ksyms.c34 EXPORT_SYMBOL(__arch_hweight64); variable
H A Dhweight_64.S83 _GLOBAL(__arch_hweight64)
/linux-4.4.14/arch/x86/include/asm/
H A Darch_hweight.h46 static inline unsigned long __arch_hweight64(__u64 w) __arch_hweight64() function
52 static __always_inline unsigned long __arch_hweight64(__u64 w) __arch_hweight64() function
/linux-4.4.14/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) __arch_hweight64() function
/linux-4.4.14/arch/sparc/kernel/
H A Dsparc_ksyms_64.c45 EXPORT_SYMBOL(__arch_hweight64); variable
/linux-4.4.14/arch/alpha/include/asm/
H A Dbitops.h405 static inline unsigned long __arch_hweight64(unsigned long w) __arch_hweight64() function
412 return __arch_hweight64(w); __arch_hweight32()
417 return __arch_hweight64(w & 0xffff); __arch_hweight16()
422 return __arch_hweight64(w & 0xff); __arch_hweight8()
/linux-4.4.14/arch/sparc/include/asm/
H A Dbitops_64.h44 unsigned long __arch_hweight64(__u64 w);
/linux-4.4.14/arch/tile/include/asm/
H A Dbitops.h79 static inline unsigned long __arch_hweight64(__u64 w) __arch_hweight64() function
/linux-4.4.14/arch/ia64/include/asm/
H A Dbitops.h429 static __inline__ unsigned long __arch_hweight64(unsigned long x) __arch_hweight64() function
436 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful))
437 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful))
438 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful))
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbitops.h124 static inline unsigned int __arch_hweight64(__u64 w) __arch_hweight64() function
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbitops.h270 unsigned long __arch_hweight64(__u64 w);

Completed in 59 milliseconds