Home
last modified time | relevance | path

Searched refs:__kernel_cttz (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dcompiler.h54 # define __kernel_cttz(x) __builtin_ctzl(x) macro
58 # define __kernel_cttz(x) \ macro
72 # define __kernel_cttz(x) \ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dcompiler.h54 # define __kernel_cttz(x) __builtin_ctzl(x) macro
58 # define __kernel_cttz(x) \ macro
72 # define __kernel_cttz(x) \ macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dword-at-a-time.h40 return __kernel_cttz(bits); in find_zero()
H A Dbitops.h318 return __kernel_cttz(~word); in ffz()
338 return __kernel_cttz(word); in __ffs()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dword-at-a-time.h40 return __kernel_cttz(bits); in find_zero()
H A Dbitops.h315 return __kernel_cttz(~word); in ffz()
335 return __kernel_cttz(word); in __ffs()

Completed in 4 milliseconds