Searched refs:__test_and_op_bit_ord (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 36 #define __test_and_op_bit_ord(op, mod, nr, addr, ord) \ macro 56 __test_and_op_bit_ord(op, mod, nr, addr, .aqrl) 157 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in test_and_set_bit_lock()
|