Home
last modified time | relevance | path

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

/arch/sparc/lib/
Dhweight.S46 ENTRY(__arch_hweight64)
50 ENDPROC(__arch_hweight64)
51 EXPORT_SYMBOL(__arch_hweight64)
53 .word __arch_hweight64
/arch/x86/include/asm/
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
/arch/alpha/include/asm/
Dbitops.h406 static inline unsigned long __arch_hweight64(unsigned long w) in __arch_hweight64() function
413 return __arch_hweight64(w); in __arch_hweight32()
418 return __arch_hweight64(w & 0xffff); in __arch_hweight16()
423 return __arch_hweight64(w & 0xff); in __arch_hweight8()
/arch/ia64/include/asm/
Dbitops.h429 static __inline__ unsigned long __arch_hweight64(unsigned long x) in __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))
/arch/powerpc/lib/
Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/arch/mips/include/asm/
Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/arch/sparc/include/asm/
Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/arch/powerpc/include/asm/
Dbitops.h234 unsigned long __arch_hweight64(__u64 w);