Home
last modified time | relevance | path

Searched refs:__sw_hweight64 (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/arch/x86/lib/
Dhweight.S39 SYM_FUNC_START(__sw_hweight64)
82 SYM_FUNC_END(__sw_hweight64)
83 EXPORT_SYMBOL(__sw_hweight64)
/linux-6.1.9/lib/
Dhweight.c47 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64() function
68 EXPORT_SYMBOL(__sw_hweight64);
/linux-6.1.9/arch/sparc/lib/
Dhweight.S47 sethi %hi(__sw_hweight64), %g1
48 jmpl %g1 + %lo(__sw_hweight64), %g0
/linux-6.1.9/tools/include/asm-generic/bitops/
Darch_hweight.h24 return __sw_hweight64(w); in __arch_hweight64()
/linux-6.1.9/include/asm-generic/bitops/
Darch_hweight.h24 return __sw_hweight64(w); in __arch_hweight64()
/linux-6.1.9/tools/lib/
Dhweight.c43 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64() function
/linux-6.1.9/arch/powerpc/lib/
Dhweight_64.S78 b __sw_hweight64
/linux-6.1.9/tools/include/linux/
Dbitops.h26 extern unsigned long __sw_hweight64(__u64 w);
/linux-6.1.9/include/linux/
Dbitops.h27 extern unsigned long __sw_hweight64(__u64 w);
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c752 int size = __sw_hweight64(attr->sample_regs_intr) * 28; in set_regs_in_dict()