Home
last modified time | relevance | path

Searched refs:__sync (Results 1 – 2 of 2) sorted by relevance

/arch/mips/include/asm/
Dbarrier.h67 #define __sync() \ macro
78 #define __sync() do { } while(0) macro
92 #define fast_wmb() __sync()
93 #define fast_rmb() __sync()
94 #define fast_mb() __sync()
110 __sync(); \
Dwbflush.h22 __sync(); \