Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m32r/include/asm/
Dbitops.h56 M32R_LOCK" %0, @%1; \n\t" in set_bit()
93 M32R_LOCK" %0, @%1; \n\t" in clear_bit()
131 M32R_LOCK" %0, @%1; \n\t" in change_bit()
165 M32R_LOCK" %0, @%2; \n\t" in test_and_set_bit()
201 M32R_LOCK" %0, @%3; \n\t" in test_and_clear_bit()
237 M32R_LOCK" %0, @%2; \n\t" in test_and_change_bit()
Datomic.h57 M32R_LOCK" %0, @%1; \n\t" in atomic_add_return()
88 M32R_LOCK" %0, @%1; \n\t" in atomic_sub_return()
147 M32R_LOCK" %0, @%1; \n\t" in atomic_inc_return()
177 M32R_LOCK" %0, @%1; \n\t" in atomic_dec_return()
276 M32R_LOCK" %0, @%1; \n\t" in atomic_clear_mask()
298 M32R_LOCK" %0, @%1; \n\t" in atomic_set_mask()
Dassembler.h23 #define M32R_LOCK __STR(lock) macro
26 #define M32R_LOCK __STR(ld) macro
Dcmpxchg.h121 M32R_LOCK" %0, @%1; \n" in __cmpxchg_u32()