Home
last modified time | relevance | path

Searched refs:__kernel_ctpop (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/alpha/include/uapi/asm/
Dcompiler.h56 # define __kernel_ctpop(x) __builtin_popcountl(x) macro
66 # define __kernel_ctpop(x) \ macro
80 # define __kernel_ctpop(x) \ macro
/linux-6.12.1/arch/alpha/include/asm/
Dbitops.h425 return __kernel_ctpop(w); in __arch_hweight64()