Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dbarrier.h95 * ordering will be done by smp_llsc_mb() and friends.
99 # define smp_llsc_mb() \ macro
104 # define smp_llsc_mb() do { } while (0) macro
117 #define smp_mb__before_llsc() smp_llsc_mb()
118 #define __smp_mb__before_llsc() smp_llsc_mb()
133 #define __smp_mb__after_atomic() smp_llsc_mb()
H A Dbitops.h195 smp_llsc_mb(); in test_and_set_bit_lock()
247 smp_llsc_mb(); in test_and_clear_bit()
278 smp_llsc_mb(); in test_and_change_bit()
300 smp_llsc_mb(); in xor_unlock_is_negative_byte()
H A Dcmpxchg.h107 smp_llsc_mb(); \
204 smp_llsc_mb(); \
313 smp_llsc_mb(); \