/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | bitops.h | 16 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
/openbmc/linux/arch/x86/boot/ |
H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | bitops.h | 23 static inline int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | non-atomic.h | 107 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
/openbmc/linux/tools/include/linux/ |
H A D | bitops.h | 42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | bitops.h | 108 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | bitops.h | 126 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | bitops.h | 113 static inline int test_bit(int nr, const void *addr) in test_bit() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 103 static inline int test_bit(int nr, const void * addr) in test_bit() function
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bitops.h | 254 #define test_bit(nr,addr) \ macro
|
/openbmc/linux/include/linux/ |
H A D | bitops.h | 61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | bitops.h | 140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit() function
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | bitops.h | 207 #define test_bit(nr,addr) \ macro
|
/openbmc/qemu/include/qemu/ |
H A D | bitops.h | 177 static inline int test_bit(long nr, const unsigned long *addr) in test_bit() function
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | mm.py | 16 def test_bit(nr, addr): function
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 570 static __inline__ int test_bit(int nr, const volatile void *addr) in test_bit() function
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 3575 int test_bit; in get_provided_data_sectors() local 3595 int test_bit; in initialize_superblock() local
|