/bionic/libc/kernel/arch-x86/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
system_32.h | 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
system_32.h | 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
system_32.h | 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
system_32.h | 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
system_32.h | 23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
system_32.h | 30 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro
|
/bionic/libc/kernel/arch-mips/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/external/kernel-headers/original/asm-mips/ |
barrier.h | 119 #define wmb() fast_wmb() macro 126 #define wmb() fast_wmb() macro
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
barrier.h | 31 #define wmb() fast_wmb() macro
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 208 * For now, "wmb()" doesn't actually do anything, as all 217 * Some non intel clones support out of order store. wmb() ceases to be a 224 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM) macro 288 # define smp_wmb() wmb()
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
iatomic.h | 199 * For now, "wmb()" doesn't actually do anything, as all 212 #define wmb() __asm__ __volatile__ ("": : :"memory") macro 216 #define wmb() asm volatile("sfence":::"memory") macro 353 * wmb(): Guarantees that all preceding stores to memory- 357 * rmb(): Like wmb(), but for reads. 358 * mb(): wmb()/rmb() combo, i.e., all previous memory 371 #define wmb() mb() macro 490 #define wmb() \ macro 491 __asm__ __volatile__("wmb": : :"memory") 671 * wmb() prevents stores being reordered across this point 679 #define wmb macro 887 #define wmb macro 1007 #define wmb macro 1032 #define wmb macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
iatomic.h | 199 * For now, "wmb()" doesn't actually do anything, as all 212 #define wmb() __asm__ __volatile__ ("": : :"memory") macro 216 #define wmb() asm volatile("sfence":::"memory") macro 353 * wmb(): Guarantees that all preceding stores to memory- 357 * rmb(): Like wmb(), but for reads. 358 * mb(): wmb()/rmb() combo, i.e., all previous memory 371 #define wmb() mb() macro 490 #define wmb() \ macro 491 __asm__ __volatile__("wmb": : :"memory") 671 * wmb() prevents stores being reordered across this point 679 #define wmb macro 887 #define wmb macro 1007 #define wmb macro 1032 #define wmb macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
iatomic.h | 199 * For now, "wmb()" doesn't actually do anything, as all 212 #define wmb() __asm__ __volatile__ ("": : :"memory") macro 216 #define wmb() asm volatile("sfence":::"memory") macro 353 * wmb(): Guarantees that all preceding stores to memory- 357 * rmb(): Like wmb(), but for reads. 358 * mb(): wmb()/rmb() combo, i.e., all previous memory 371 #define wmb() mb() macro 490 #define wmb() \ macro 491 __asm__ __volatile__("wmb": : :"memory") 671 * wmb() prevents stores being reordered across this point 679 #define wmb macro 887 #define wmb macro 1007 #define wmb macro 1032 #define wmb macro [all...] |
/external/kernel-headers/original/asm-arm/ |
system.h | 176 #define wmb() mb() macro 339 #define smp_wmb() wmb()
|