Searched defs:test_bit (Results 1 – 14 of 14) sorted by relevance
/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/ |
D | bitops.h |
|
/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/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 109 fn test_bit() { in test_bit() function
|
/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/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/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
|