HomeSort by relevance Sort by last modified time
    Searched refs:smp_wmb (Results 1 - 25 of 32) sorted by null

1 2

  /external/qemu/include/qemu/
atomic.h 53 #define smp_wmb() barrier() macro
78 #define smp_wmb() ({ asm volatile("eieio" ::: "memory"); (void)0; }) macro
94 * be overkill for smp_wmb() and smp_rmb().
100 #ifndef smp_wmb
102 #define smp_wmb() __atomic_thread_fence(__ATOMIC_RELEASE) macro
104 #define smp_wmb() __sync_synchronize() macro
164 smp_wmb(); \
  /development/ndk/platforms/android-9/arch-x86/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
system_32.h 27 #define smp_wmb() barrier() macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
system_32.h 27 #define smp_wmb() barrier() macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 27 #define smp_wmb() barrier() macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 27 #define smp_wmb() barrier() macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 27 #define smp_wmb() barrier() macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
system_32.h 35 #define smp_wmb() barrier() macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
barrier.h 41 #define smp_wmb() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory") macro

Completed in 1489 milliseconds

1 2