Searched refs:__test_and_op_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 55 #define __test_and_op_bit(op, mod, nr, addr) \ macro 73 return __test_and_op_bit(or, __NOP, nr, addr); in test_and_set_bit() 85 return __test_and_op_bit(and, __NOT, nr, addr); in test_and_clear_bit() 98 return __test_and_op_bit(xor, __NOP, nr, addr); in test_and_change_bit() 194 #undef __test_and_op_bit
|