__test_and_op_bit 74 arch/riscv/include/asm/bitops.h return __test_and_op_bit(or, __NOP, nr, addr); __test_and_op_bit 86 arch/riscv/include/asm/bitops.h return __test_and_op_bit(and, __NOT, nr, addr); __test_and_op_bit 99 arch/riscv/include/asm/bitops.h return __test_and_op_bit(xor, __NOP, nr, addr);