Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H 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))
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H 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()
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() function
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dbitops.h252 unsigned long __arch_hweight64(__u64 w);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dbitops.h325 unsigned long __arch_hweight64(__u64 w);

Completed in 7 milliseconds