Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dbitops.h371 return 64 - __kernel_ctlz(word); in fls64()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dbitops.h368 return 64 - __kernel_ctlz(word); in fls64()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsys_titan.c250 vector = 63 - __kernel_ctlz(mask); in titan_dispatch_irqs()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsys_titan.c250 vector = 63 - __kernel_ctlz(mask); in titan_dispatch_irqs()

Completed in 4 milliseconds