Home
last modified time | relevance | path

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

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