Home
last modified time | relevance | path

Searched refs:test_and_change_bit (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/arch/hexagon/include/asm/
H A Dbitops.h81 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
118 test_and_change_bit(nr, addr); in change_bit()
145 test_and_change_bit(nr, addr); in arch___change_bit()
164 return test_and_change_bit(nr, addr); in arch___test_and_change_bit()
/openbmc/linux/arch/sparc/lib/
H A Dbitops.S58 ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
77 ENDPROC(test_and_change_bit)
78 EXPORT_SYMBOL(test_and_change_bit)
/openbmc/linux/arch/m68k/include/asm/
H A Dbitops.h307 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro
309 #define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr) macro
311 #define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
319 return test_and_change_bit(nr, addr); in arch___test_and_change_bit()
/openbmc/linux/kernel/kcsan/
H A Dselftest.c162 KCSAN_CHECK_READ_BARRIER(test_and_change_bit(0, &test_var)); in test_barrier()
191 KCSAN_CHECK_WRITE_BARRIER(test_and_change_bit(0, &test_var)); in test_barrier()
223 KCSAN_CHECK_RW_BARRIER(test_and_change_bit(0, &test_var)); in test_barrier()
/openbmc/linux/arch/arm/include/asm/
H A Dbitops.h196 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dsync_bitops.h23 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
/openbmc/linux/arch/sparc/include/asm/
H A Dbitops_64.h21 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
H A Dbitops_32.h72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/u-boot/arch/m68k/include/asm/
H A Dbitops.h18 extern int test_and_change_bit(int nr, volatile void *addr);
/openbmc/linux/include/asm-generic/bitops/
H A Dinstrumented-atomic.h96 static __always_inline bool test_and_change_bit(long nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/linux/arch/sh/include/asm/
H A Dbitops-llsc.h119 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
H A Dbitops-grb.h140 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
H A Dbitops-cas.h78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/openbmc/linux/arch/openrisc/include/asm/bitops/
H A Datomic.h103 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dbitops.h90 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/linux/arch/riscv/include/asm/
H A Dbitops.h96 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/linux/arch/parisc/include/asm/
H A Dbitops.h90 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h95 extern int test_and_change_bit(int nr, void *addr);
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h106 extern int test_and_change_bit(int nr, void *addr);
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h88 extern int test_and_change_bit(int nr, volatile void * addr);
/openbmc/u-boot/arch/mips/include/asm/
H A Dbitops.h273 test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
520 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h218 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h245 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/openbmc/linux/arch/mips/include/asm/
H A Dbitops.h259 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function

12