Searched refs:__NOP (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/riscv/include/asm/ |
| D | bitops.h | 75 #define __NOP(x) (x) macro 87 return __test_and_op_bit(or, __NOP, nr, addr); in test_and_set_bit() 112 return __test_and_op_bit(xor, __NOP, nr, addr); in test_and_change_bit() 129 __op_bit(or, __NOP, nr, addr); in set_bit() 157 __op_bit(xor, __NOP, nr, addr); in change_bit() 171 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in test_and_set_bit_lock() 210 #undef __NOP
|