Searched refs:M32R_UNLOCK (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/m32r/include/asm/ |
D | bitops.h | 59 M32R_UNLOCK" %0, @%1; \n\t" in set_bit() 96 M32R_UNLOCK" %0, @%1; \n\t" in clear_bit() 131 M32R_UNLOCK" %0, @%1; \n\t" in change_bit() 167 M32R_UNLOCK" %1, @%2; \n\t" in test_and_set_bit() 204 M32R_UNLOCK" %1, @%3; \n\t" in test_and_clear_bit() 239 M32R_UNLOCK" %1, @%2; \n\t" in test_and_change_bit()
|
D | atomic.h | 60 M32R_UNLOCK" %0, @%1; \n\t" \ 81 M32R_UNLOCK" %0, @%1; \n\t" \ 129 M32R_UNLOCK" %0, @%1; \n\t" in ATOMIC_OPS() 157 M32R_UNLOCK" %0, @%1; \n\t" in atomic_dec_return() 254 M32R_UNLOCK" %0, @%1; \n\t" in atomic_clear_mask() 274 M32R_UNLOCK" %0, @%1; \n\t" in atomic_set_mask()
|
D | cmpxchg.h | 123 M32R_UNLOCK" %3, @%1; \n" in __cmpxchg_u32() 127 M32R_UNLOCK" %0, @%1; \n" in __cmpxchg_u32()
|
D | assembler.h | 24 #define M32R_UNLOCK __STR(unlock) macro 27 #define M32R_UNLOCK __STR(st) macro
|