/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
H A D | __ffs.h | 14 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument [all...] |
H A D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument [all...] |
/kernel/linux/linux-5.10/include/asm-generic/bitops/ |
H A D | __ffs.h | 13 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument [all...] |
H A D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument [all...] |
H A D | builtin-__fls.h | 11 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument
|
H A D | builtin-__ffs.h | 11 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument
|
/kernel/linux/linux-6.6/include/asm-generic/bitops/ |
H A D | __ffs.h | 13 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument [all...] |
H A D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument [all...] |
H A D | builtin-__fls.h | 11 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument
|
H A D | builtin-__ffs.h | 11 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument
|
/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/ |
H A D | __ffs.h | 14 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument [all...] |
H A D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | bitops.h | 27 static inline unsigned long ffz(unsigned long word) in ffz() argument 47 static inline unsigned long __ffs(unsigned long word) in __ffs() argument
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | bitops.h | 27 static inline unsigned long ffz(unsigned long word) in ffz() argument 47 static inline unsigned long __ffs(unsigned long word) in __ffs() argument
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | pci-sh7751.c | 22 unsigned long word; in __area_sdram_check() local 79 u32 word, re in sh7751_pci_init() local [all...] |
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | bitops.h | 102 static inline __attribute__ ((const)) unsigned long __ffs(unsigned long word) in __ffs() argument
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | pci-sh7751.c | 22 unsigned long word; in __area_sdram_check() local 79 u32 word, re in sh7751_pci_init() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | syscall.c | 20 u16 word; in SYSCALL_DEFINE5() local 92 u16 word; in SYSCALL_DEFINE5() local
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-bitbang-txrx.h | 47 bitbang_txrx_be_cpha0(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) bitbang_txrx_be_cpha0() argument 79 bitbang_txrx_be_cpha1(struct spi_device *spi, unsigned nsecs, unsigned cpol, unsigned flags, u32 word, u8 bits) bitbang_txrx_be_cpha1() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | syscall.c | 20 u16 word; in SYSCALL_DEFINE5() local 91 u16 word; in SYSCALL_DEFINE5() local
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | bitops.h | 81 static inline unsigned long __fls(unsigned long word) in __fls() argument
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-altivec.c | 48 u32 word; in vr_get() member 100 u32 word; in vr_set() member
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-max7301.c | 23 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); in max7301_spi_write() local 33 u16 word; in max7301_spi_read() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-altivec.c | 48 u32 word; in vr_get() member 100 u32 word; in vr_set() member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_jhash.h | 7 static __always_inline u32 rol32(u32 word, unsigned int shift) in rol32() argument
|