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

/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dcompiler.h53 # define __kernel_cttz(x) __builtin_ctzl(x) macro
57 # define __kernel_cttz(x) \ macro
71 # define __kernel_cttz(x) \ macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dword-at-a-time.h39 return __kernel_cttz(bits); find_zero()
H A Dbitops.h317 return __kernel_cttz(~word); ffz()
337 return __kernel_cttz(word); __ffs()

Completed in 96 milliseconds