Searched refs:__kernel_cmpbge (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | bitops.h | 322 bits = __kernel_cmpbge(word, ~0UL); in ffz() 342 bits = __kernel_cmpbge(0, word); in __ffs() 380 t = __kernel_cmpbge (x, 0x0101010101010101UL); in fls64()
|
H A D | word-at-a-time.h | 24 unsigned long zero_locations = __kernel_cmpbge(0, val); in has_zero()
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | bitops.h | 319 bits = __kernel_cmpbge(word, ~0UL); in ffz() 339 bits = __kernel_cmpbge(0, word); in __ffs() 377 t = __kernel_cmpbge (x, 0x0101010101010101UL); in fls64()
|
H A D | word-at-a-time.h | 24 unsigned long zero_locations = __kernel_cmpbge(0, val); in has_zero()
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | compiler.h | 20 # define __kernel_cmpbge(a, b) __builtin_alpha_cmpbge(a, b) macro 46 # define __kernel_cmpbge(a, b) \ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | compiler.h | 20 # define __kernel_cmpbge(a, b) __builtin_alpha_cmpbge(a, b) macro 46 # define __kernel_cmpbge(a, b) \ macro
|
Completed in 4 milliseconds