Searched refs:__SYNC (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/mips/include/asm/ |
H A D | barrier.h | 16 asm volatile(__SYNC(full, always) ::: "memory"); in __sync() 21 asm volatile(__SYNC(rmb, always) ::: "memory"); in rmb() 27 asm volatile(__SYNC(wmb, always) ::: "memory"); in wmb() 137 asm volatile(__SYNC(ginv, always)); in sync_ginv()
|
H A D | cmpxchg.h | 44 " " __SYNC(full, loongson3_war) " \n" \ 122 " " __SYNC(full, loongson3_war) " \n" \ 131 "2: " __SYNC(full, loongson3_war) " \n" \ 249 " " __SYNC(full, loongson3_war) " \n" in __cmpxchg64() 285 "2: " __SYNC(full, loongson3_war) " \n" in __cmpxchg64()
|
H A D | atomic.h | 61 " " __SYNC(full, loongson3_war) " \n" \ 91 " " __SYNC(full, loongson3_war) " \n" \ 124 " " __SYNC(full, loongson3_war) " \n" \ 219 " " __SYNC(full, loongson3_war) " \n" \ 229 "2: " __SYNC(full, loongson3_war) " \n" \
|
H A D | futex.h | 62 " " __SYNC(full, loongson3_war) " \n" \ 178 " " __SYNC(full, loongson3_war) " \n" in futex_atomic_cmpxchg_inatomic()
|
H A D | local.h | 40 __SYNC(full, loongson3_war) " \n" in local_add_return() 73 __SYNC(full, loongson3_war) " \n" in local_sub_return()
|
H A D | bitops.h | 32 " " __SYNC(full, loongson3_war) " \n" \ 49 " " __SYNC(full, loongson3_war) " \n" \
|
H A D | sync.h | 204 #define __SYNC(type, reason) \ macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | syscall.c | 142 " " __SYNC(full, loongson3_war) " \n" in mips_atomic_set()
|
H A D | genex.S | 356 __SYNC(full, loongson3_war)
|