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

/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dcompiler.h54 # define __kernel_ctlz(x) __builtin_clzl(x) macro
61 # define __kernel_ctlz(x) \ macro
75 # define __kernel_ctlz(x) \ macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dbitops.h370 return 64 - __kernel_ctlz(word); fls64()
/linux-4.4.14/arch/alpha/kernel/
H A Dsys_titan.c250 vector = 63 - __kernel_ctlz(mask); titan_dispatch_irqs()

Completed in 79 milliseconds