Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
A Dhweight.S46 ENTRY(__arch_hweight64)
50 ENDPROC(__arch_hweight64)
51 EXPORT_SYMBOL(__arch_hweight64)
53 .word __arch_hweight64
/linux/arch/alpha/include/asm/
A 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()
/linux/arch/x86/include/asm/
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
/linux/arch/ia64/include/asm/
A 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))
/linux/arch/powerpc/lib/
A Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/linux/include/asm-generic/bitops/
A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/linux/tools/include/asm-generic/bitops/
A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/linux/arch/mips/include/asm/
A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/linux/arch/sparc/include/asm/
A Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/linux/arch/powerpc/include/asm/
A Dbitops.h252 unsigned long __arch_hweight64(__u64 w);

Completed in 15 milliseconds