Home
last modified time | relevance | path

Searched defs:smp_wmb (Results 1 – 25 of 29) sorted by relevance

12

/linux-3.3/arch/x86/um/asm/
Dsystem.h105 # define smp_wmb() wmb() macro
107 # define smp_wmb() barrier() macro
114 #define smp_wmb() barrier() macro
/linux-3.3/arch/mips/include/asm/
Dbarrier.h146 # define smp_wmb() __syncw() macro
150 # define smp_wmb() __asm__ __volatile__("sync" : : :"memory") macro
155 #define smp_wmb() barrier() macro
/linux-3.3/arch/alpha/include/asm/
Dbarrier.h22 #define smp_wmb() wmb() macro
28 #define smp_wmb() barrier() macro
/linux-3.3/include/asm-generic/
Dsystem.h56 #define smp_wmb() wmb() macro
60 #define smp_wmb() barrier() macro
/linux-3.3/arch/mn10300/include/asm/
Dsystem.h86 #define smp_wmb() wmb() macro
91 #define smp_wmb() barrier() macro
/linux-3.3/arch/cris/include/asm/
Dsystem.h25 #define smp_wmb() wmb() macro
30 #define smp_wmb() barrier() macro
/linux-3.3/arch/h8300/include/asm/
Dsystem.h70 #define smp_wmb() wmb() macro
75 #define smp_wmb() barrier() macro
/linux-3.3/arch/tile/include/asm/
Dsystem.h147 #define smp_wmb() wmb() macro
152 #define smp_wmb() barrier() macro
/linux-3.3/arch/sh/include/asm/
Dsystem.h48 #define smp_wmb() wmb() macro
53 #define smp_wmb() barrier() macro
/linux-3.3/arch/x86/include/asm/
Dsystem.h489 # define smp_wmb() wmb() macro
491 # define smp_wmb() barrier() macro
498 #define smp_wmb() barrier() macro
/linux-3.3/arch/ia64/include/asm/
Dsystem.h94 # define smp_wmb() wmb() macro
99 # define smp_wmb() barrier() macro
/linux-3.3/arch/m32r/include/asm/
Dsystem.h354 #define smp_wmb() wmb() macro
360 #define smp_wmb() barrier() macro
/linux-3.3/arch/sparc/include/asm/
Dsystem_64.h81 #define smp_wmb() wmb() macro
85 #define smp_wmb() __asm__ __volatile__("":::"memory") macro
/linux-3.3/arch/microblaze/include/asm/
Dsystem.h44 #define smp_wmb() wmb() macro
/linux-3.3/arch/hexagon/include/asm/
Dsystem.h46 #define smp_wmb() barrier() macro
/linux-3.3/arch/frv/include/asm/
Dsystem.h50 #define smp_wmb() barrier() macro
/linux-3.3/arch/powerpc/include/asm/
Dsystem.h57 #define smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") macro
62 #define smp_wmb() barrier() macro
/linux-3.3/arch/score/include/asm/
Dsystem.h27 #define smp_wmb() barrier() macro
/linux-3.3/arch/unicore32/include/asm/
Dsystem.h72 #define smp_wmb() barrier() macro
/linux-3.3/arch/m68k/include/asm/
Dsystem.h63 #define smp_wmb() barrier() macro
/linux-3.3/arch/xtensa/include/asm/
Dsystem.h31 #define smp_wmb() barrier() macro
/linux-3.3/arch/avr32/include/asm/
Dsystem.h68 # define smp_wmb() barrier() macro
/linux-3.3/arch/arm/include/asm/
Dsystem.h175 #define smp_wmb() barrier() macro
179 #define smp_wmb() dmb() macro
/linux-3.3/arch/blackfin/include/asm/
Dsystem.h24 #define smp_wmb() wmb() macro
/linux-3.3/arch/c6x/include/asm/
Dsystem.h92 #define smp_wmb() barrier() macro

12