Home
last modified time | relevance | path

Searched refs:__arch_hweight8 (Results 1 – 11 of 11) sorted by relevance

/arch/sparc/lib/
Dhweight.S7 ENTRY(__arch_hweight8)
11 ENDPROC(__arch_hweight8)
12 EXPORT_SYMBOL(__arch_hweight8)
14 .word __arch_hweight8
/arch/powerpc/lib/
Dhweight_64.S26 _GLOBAL(__arch_hweight8)
36 EXPORT_SYMBOL(__arch_hweight8)
/arch/mips/include/asm/
Darch_hweight.h24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/sparc/include/asm/
Dbitops_64.h48 unsigned int __arch_hweight8(unsigned int w);
/arch/tile/include/asm/
Dbitops.h74 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/x86/include/asm/
Darch_hweight.h39 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/blackfin/include/asm/
Dbitops.h135 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/powerpc/include/asm/
Dbitops.h234 unsigned int __arch_hweight8(unsigned int w);
/arch/alpha/include/asm/
Dbitops.h421 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
/arch/ia64/include/asm/
Dbitops.h439 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro
/arch/mips/kvm/
Dvz.c1713 ret += __arch_hweight8(cpu_data[0].guest.kscratch_mask); in kvm_vz_num_regs()