Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dbarrier.h206 #define smp_llsc_mb() __asm__ __volatile__(__WEAK_LLSC_MB : : :"memory") macro
217 #define smp_mb__before_llsc() smp_llsc_mb()
218 #define __smp_mb__before_llsc() smp_llsc_mb()
223 #define __smp_mb__after_atomic() smp_llsc_mb()
Dbitops.h256 smp_llsc_mb(); in test_and_set_bit()
310 smp_llsc_mb(); in test_and_set_bit_lock()
383 smp_llsc_mb(); in test_and_clear_bit()
439 smp_llsc_mb(); in test_and_change_bit()
Dcmpxchg.h107 smp_llsc_mb(); \
187 smp_llsc_mb(); \
Datomic.h216 smp_llsc_mb(); in atomic_sub_if_positive()
408 smp_llsc_mb(); in atomic64_sub_if_positive()