Home
last modified time | relevance | path

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

/arch/alpha/include/uapi/asm/
A Dcompiler.h55 # define __kernel_ctlz(x) __builtin_clzl(x) macro
62 # define __kernel_ctlz(x) \ macro
76 # define __kernel_ctlz(x) \ macro
/arch/alpha/include/asm/
A Dbitops.h388 return 64 - __kernel_ctlz(word); in fls64()
/arch/alpha/kernel/
A Dsys_titan.c249 vector = 63 - __kernel_ctlz(mask); in titan_dispatch_irqs()

Completed in 8 milliseconds