Home
last modified time | relevance | path

Searched refs:__test_and_change_bit (Results 1 – 11 of 11) 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/include/linux/
H A Dbitops.h60 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
81 __check_bitop_pr(__test_and_change_bit);
/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/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/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/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/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/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
/openbmc/linux/mm/kasan/
H A Dkasan_test.c1099 KUNIT_EXPECT_KASAN_FAIL(test, __test_and_change_bit(nr, addr)); in kasan_bitops_test_and_modify()