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

/linux-master/arch/x86/include/asm/
H A Darch_hweight.h37 static inline unsigned long __arch_hweight64(__u64 w) function
43 static __always_inline unsigned long __arch_hweight64(__u64 w) function
/linux-master/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w) function
/linux-master/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) function
H A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/linux-master/tools/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w) function
H A Dconst_hweight.h29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
/linux-master/arch/sparc/lib/
H A Dhweight.S46 ENTRY(__arch_hweight64)
50 ENDPROC(__arch_hweight64)
51 EXPORT_SYMBOL(__arch_hweight64)
53 .word __arch_hweight64
/linux-master/arch/riscv/include/asm/
H A Darch_hweight.h51 static __always_inline unsigned long __arch_hweight64(__u64 w) function
71 static inline unsigned long __arch_hweight64(__u64 w) function
/linux-master/arch/powerpc/lib/
H A Dhweight_64.S76 _GLOBAL(__arch_hweight64)
104 EXPORT_SYMBOL(__arch_hweight64)
/linux-master/arch/sparc/include/asm/
H A Dbitops_64.h46 unsigned long __arch_hweight64(__u64 w);
/linux-master/arch/alpha/include/asm/
H A Dbitops.h423 static inline unsigned long __arch_hweight64(unsigned long w) function
430 return __arch_hweight64(w);
435 return __arch_hweight64(w & 0xffff);
440 return __arch_hweight64(w & 0xff);
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h314 unsigned long __arch_hweight64(__u64 w);

Completed in 232 milliseconds