Home
last modified time | relevance | path

Searched refs:__NOP (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/riscv/include/asm/
Dbitops.h62 #define __NOP(x) (x) macro
74 return __test_and_op_bit(or, __NOP, nr, addr); in test_and_set_bit()
99 return __test_and_op_bit(xor, __NOP, nr, addr); in test_and_change_bit()
116 __op_bit(or, __NOP, nr, addr); in set_bit()
144 __op_bit(xor, __NOP, nr, addr); in change_bit()
158 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in test_and_set_bit_lock()
197 #undef __NOP