Searched defs:test_bit (Results 1 - 12 of 12) sorted by relevance

/arch/x86/boot/
H A Dbitops.h33 #define test_bit(nr,addr) \ macro
/arch/blackfin/include/asm/
H A Dbitops.h76 static inline int test_bit(int nr, const volatile unsigned long *addr) function
100 #define test_bit __skip_test_bit macro
102 #undef test_bit macro
106 /* Needs to be after test_bit and friends */
/arch/sh/include/asm/
H A Dbitops-op32.h133 * test_bit - Determine whether a bit is set
137 static inline int test_bit(int nr, const volatile unsigned long *addr) function
/arch/hexagon/include/asm/
H A Dbitops.h189 #define test_bit(nr, addr) __test_bit(nr, addr) macro
/arch/mn10300/include/asm/
H A Dbitops.h71 static inline int test_bit(unsigned long nr, const volatile void *addr) function
/arch/arc/include/asm/
H A Dbitops.h396 #define test_bit(nr, addr) (__builtin_constant_p(nr) ? \ macro
/arch/ia64/include/asm/
H A Dbitops.h334 test_bit (int nr, const volatile void *addr) function
/arch/x86/include/asm/
H A Dbitops.h328 * test_bit - Determine whether a bit is set
332 static int test_bit(int nr, const volatile unsigned long *addr);
335 #define test_bit(nr, addr) \ macro
/arch/alpha/include/asm/
H A Dbitops.h286 test_bit(int nr, const volatile void * addr) function
/arch/frv/include/asm/
H A Dbitops.h233 #define test_bit(nr,addr) \ macro
/arch/m68k/include/asm/
H A Dbitops.h151 static inline int test_bit(int nr, const unsigned long *vaddr) function
/arch/s390/include/asm/
H A Dbitops.h298 static inline int test_bit(unsigned long nr, const volatile unsigned long *ptr) function
341 return test_bit(nr ^ (BITS_PER_LONG - 1), ptr);

Completed in 450 milliseconds