Home
last modified time | relevance | path

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

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