Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/lib/
H A Dhweight.S46 ENTRY(__arch_hweight64)
50 ENDPROC(__arch_hweight64)
51 EXPORT_SYMBOL(__arch_hweight64)
53 .word __arch_hweight64
/openbmc/linux/arch/x86/include/asm/
H A Darch_hweight.h37 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
43 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h403 static inline unsigned long __arch_hweight64(unsigned long w) in __arch_hweight64() function
410 return __arch_hweight64(w); in __arch_hweight32()
415 return __arch_hweight64(w & 0xffff); in __arch_hweight16()
420 return __arch_hweight64(w & 0xff); in __arch_hweight8()
/openbmc/linux/arch/ia64/include/asm/
H A Dbitops.h426 static __inline__ unsigned long __arch_hweight64(unsigned long x) in __arch_hweight64() function
433 #define __arch_hweight32(x) ((unsigned int) __arch_hweight64((x) & 0xfffffffful))
434 #define __arch_hweight16(x) ((unsigned int) __arch_hweight64((x) & 0xfffful))
435 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful))
/openbmc/linux/arch/powerpc/lib/
H A Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/openbmc/linux/tools/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
H A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/openbmc/linux/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
H A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/openbmc/linux/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/openbmc/linux/arch/sparc/include/asm/
H A Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/openbmc/linux/arch/powerpc/include/asm/
H A Dbitops.h325 unsigned long __arch_hweight64(__u64 w);