Searched refs:__arch_hweight8 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Darch_hweight.h24 static inline unsigned int __arch_hweight8(unsigned int w) function
/linux-master/include/asm-generic/bitops/
H A Darch_hweight.h17 static inline unsigned int __arch_hweight8(unsigned int w) function
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w))
/linux-master/tools/include/asm-generic/bitops/
H A Darch_hweight.h17 static inline unsigned int __arch_hweight8(unsigned int w) function
H A Dconst_hweight.h26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w))
/linux-master/arch/sparc/lib/
H A Dhweight.S7 ENTRY(__arch_hweight8)
11 ENDPROC(__arch_hweight8)
12 EXPORT_SYMBOL(__arch_hweight8)
14 .word __arch_hweight8
/linux-master/arch/x86/include/asm/
H A Darch_hweight.h31 static inline unsigned int __arch_hweight8(unsigned int w) function
/linux-master/arch/riscv/include/asm/
H A Darch_hweight.h45 static inline unsigned int __arch_hweight8(unsigned int w) function
/linux-master/arch/powerpc/lib/
H A Dhweight_64.S15 _GLOBAL(__arch_hweight8)
25 EXPORT_SYMBOL(__arch_hweight8)
/linux-master/arch/sparc/include/asm/
H A Dbitops_64.h49 unsigned int __arch_hweight8(unsigned int w);
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h311 unsigned int __arch_hweight8(unsigned int w);
/linux-master/arch/alpha/include/asm/
H A Dbitops.h438 static inline unsigned int __arch_hweight8(unsigned int w) function
/linux-master/arch/mips/kvm/
H A Dvz.c1801 ret += __arch_hweight8(cpu_data[0].guest.kscratch_mask);

Completed in 373 milliseconds