Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dbitops.h221 #define __NOP(x) (x) macro
233 return __test_and_op_bit(or, __NOP, nr, addr); in arch_test_and_set_bit()
258 return __test_and_op_bit(xor, __NOP, nr, addr); in arch_test_and_change_bit()
275 __op_bit(or, __NOP, nr, addr); in arch_set_bit()
303 __op_bit(xor, __NOP, nr, addr); in arch_change_bit()
317 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in arch_test_and_set_bit_lock()
361 : "r" (__NOP(mask)) in arch_xor_unlock_is_negative_byte()
368 #undef __NOP