Searched refs:__arch_hweight8 (Results 1 – 11 of 11) sorted by relevance
7 ENTRY(__arch_hweight8)11 ENDPROC(__arch_hweight8)12 EXPORT_SYMBOL(__arch_hweight8)14 .word __arch_hweight8
26 _GLOBAL(__arch_hweight8)36 EXPORT_SYMBOL(__arch_hweight8)
24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
48 unsigned int __arch_hweight8(unsigned int w);
74 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
39 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
135 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
234 unsigned int __arch_hweight8(unsigned int w);
421 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() function
439 #define __arch_hweight8(x) ((unsigned int) __arch_hweight64((x) & 0xfful)) macro
1713 ret += __arch_hweight8(cpu_data[0].guest.kscratch_mask); in kvm_vz_num_regs()