Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/include/asm/
Dbitops.h61 #define __NOP(x) (x) macro
73 return __test_and_op_bit(or, __NOP, nr, addr); in test_and_set_bit()
98 return __test_and_op_bit(xor, __NOP, nr, addr); in test_and_change_bit()
115 __op_bit(or, __NOP, nr, addr); in set_bit()
143 __op_bit(xor, __NOP, nr, addr); in change_bit()
157 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in test_and_set_bit_lock()
196 #undef __NOP