Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dbarrier.h50 #undef __lwsync
51 #define __lwsync() __asm__ __volatile__ (stringify_in_c(LWSYNC) : : :"memory") macro
52 #define dma_rmb() __lwsync()
55 #define __smp_lwsync() __lwsync()
58 #define __smp_rmb() __lwsync()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_base_vacpp_ppc.hpp26 extern "builtin" void __lwsync(void);
40 __lwsync(); in atomic_increment()
48 __lwsync(); in atomic_decrement()
60 __lwsync(); in atomic_conditional_increment()
H A Dsp_counted_base_aix.hpp46 __lwsync(); in atomic_decrement()