Searched refs:M32R_LOCK (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/m32r/include/asm/ |
D | bitops.h | 57 M32R_LOCK" %0, @%1; \n\t" in set_bit() 94 M32R_LOCK" %0, @%1; \n\t" in clear_bit() 129 M32R_LOCK" %0, @%1; \n\t" in change_bit() 163 M32R_LOCK" %0, @%2; \n\t" in test_and_set_bit() 199 M32R_LOCK" %0, @%3; \n\t" in test_and_clear_bit() 235 M32R_LOCK" %0, @%2; \n\t" in test_and_change_bit()
|
D | atomic.h | 58 M32R_LOCK" %0, @%1; \n\t" \ 79 M32R_LOCK" %0, @%1; \n\t" \ 131 M32R_LOCK" %0, @%1; \n\t" in ATOMIC_OPS() 159 M32R_LOCK" %0, @%1; \n\t" in atomic_dec_return()
|
D | assembler.h | 23 #define M32R_LOCK __STR(lock) macro 26 #define M32R_LOCK __STR(ld) macro
|
D | cmpxchg.h | 119 M32R_LOCK" %0, @%1; \n" in __cmpxchg_u32()
|