Searched refs:__test_and_op_bit (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/arch/riscv/include/asm/ |
D | bitops.h | 215 #define __test_and_op_bit(op, mod, nr, addr) \ macro 233 return __test_and_op_bit(or, __NOP, nr, addr); in arch_test_and_set_bit() 245 return __test_and_op_bit(and, __NOT, nr, addr); in arch_test_and_clear_bit() 258 return __test_and_op_bit(xor, __NOP, nr, addr); in arch_test_and_change_bit() 366 #undef __test_and_op_bit
|