Home
last modified time | relevance | path

Searched defs:__test_and_change_bit (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Dnon-atomic.h91 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/openbmc/linux/tools/include/linux/
H A Dbitops.h41 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dbitops.h108 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbitops.h93 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h97 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
/openbmc/u-boot/arch/arm/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/u-boot/arch/mips/include/asm/
H A Dbitops.h302 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
545 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.h199 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
/openbmc/linux/include/linux/
H A Dbitops.h60 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dbitops.h177 static inline int __test_and_change_bit(int nr, volatile void *addr) in __test_and_change_bit() function