OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smp_wmb
(Results
1 - 25
of
29
) sorted by null
1
2
/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
/external/kernel-headers/original/linux/
seqlock.h
61
smp_wmb
();
66
smp_wmb
();
77
smp_wmb
();
146
smp_wmb
();
151
smp_wmb
();
highmem.h
54
smp_wmb
();
102
smp_wmb
();
list.h
89
smp_wmb
();
228
smp_wmb
();
682
smp_wmb
();
725
smp_wmb
();
775
smp_wmb
();
803
smp_wmb
();
/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
/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/kernel-headers/original/asm-mips/
barrier.h
146
#define
smp_wmb
() __asm__ __volatile__(__WEAK_ORDERING_MB : : :"memory")
macro
Completed in 384 milliseconds
1
2