Searched full:__nop (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | bitops.h | 204 #define __NOP(x) (x) macro 216 return __test_and_op_bit(or, __NOP, nr, addr); in arch_test_and_set_bit() 241 return __test_and_op_bit(xor, __NOP, nr, addr); in arch_test_and_change_bit() 258 __op_bit(or, __NOP, nr, addr); in arch_set_bit() 286 __op_bit(xor, __NOP, nr, addr); in arch_change_bit() 300 return __test_and_op_bit_ord(or, __NOP, nr, addr, .aq); in arch_test_and_set_bit_lock() 344 : "r" (__NOP(mask)) in arch_xor_unlock_is_negative_byte() 351 #undef __NOP
|
| /linux/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 11 .macro __nop macro 26 __nop 27 __nop
|
| H A D | head.S | 204 __nop 207 __nop
|