Searched refs:__test_and_op_bit (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | bitops.h | 198 #define __test_and_op_bit(op, mod, nr, addr) \ macro 216 return __test_and_op_bit(or, __NOP, nr, addr); in arch_test_and_set_bit() 228 return __test_and_op_bit(and, __NOT, nr, addr); in arch_test_and_clear_bit() 241 return __test_and_op_bit(xor, __NOP, nr, addr); in arch_test_and_change_bit() 349 #undef __test_and_op_bit
|