OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smp_wmb
(Results
1 - 24
of
24
) sorted by null
/external/qemu/
qemu-barrier.h
5
#define
smp_wmb
() asm volatile("" ::: "memory")
macro
/bionic/libc/kernel/arch-x86/asm/
system_32.h
35
#define
smp_wmb
() barrier()
macro
/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-14/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-9/arch-x86/usr/include/asm/
system_32.h
35
#define
smp_wmb
() barrier()
macro
/bionic/libc/kernel/arch-mips/asm/
barrier.h
41
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
barrier.h
41
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/external/kernel-headers/original/asm-mips/
barrier.h
146
#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-14/arch-mips/usr/include/asm/
barrier.h
41
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
barrier.h
41
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
barrier.h
41
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
/external/kernel-headers/original/asm-x86/
system_32.h
288
# define
smp_wmb
() wmb()
macro
290
# define
smp_wmb
() barrier()
macro
297
#define
smp_wmb
() barrier()
macro
/external/iptables/libiptc/
linux_list.h
33
#define
smp_wmb
()
macro
119
smp_wmb
();
619
smp_wmb
();
/external/kernel-headers/original/asm-arm/
system.h
339
#define
smp_wmb
() wmb()
macro
346
#define
smp_wmb
() barrier()
macro
Completed in 1070 milliseconds