Searched defs:smp_wmb (Results 1 - 25 of 27) sorted by relevance

12

/arch/h8300/include/asm/
H A Dbarrier.h18 #define smp_wmb() wmb() macro
23 #define smp_wmb() barrier() macro
/arch/ia64/include/asm/
H A Dbarrier.h46 # define smp_wmb() wmb() macro
51 # define smp_wmb() barrier() macro
/arch/parisc/include/asm/
H A Dbarrier.h29 #define smp_wmb() mb() macro
/arch/score/include/asm/
H A Dbarrier.h9 #define smp_wmb() barrier() macro
/arch/sparc/include/asm/
H A Dbarrier_32.h12 #define smp_wmb() __asm__ __volatile__("":::"memory") macro
H A Dbarrier_64.h47 #define smp_wmb() wmb() macro
51 #define smp_wmb() __asm__ __volatile__("":::"memory") macro
/arch/xtensa/include/asm/
H A Dbarrier.h24 #define smp_wmb() barrier() macro
/arch/alpha/include/asm/
H A Dbarrier.h22 #define smp_wmb() wmb() macro
28 #define smp_wmb() barrier() macro
/arch/avr32/include/asm/
H A Dbarrier.h24 # define smp_wmb() barrier() macro
/arch/blackfin/include/asm/
H A Dbarrier.h44 #define smp_wmb() wmb() macro
/arch/c6x/include/asm/
H A Dbarrier.h24 #define smp_wmb() barrier() macro
/arch/cris/include/asm/
H A Dbarrier.h16 #define smp_wmb() wmb() macro
21 #define smp_wmb() barrier() macro
/arch/frv/include/asm/
H A Dbarrier.h24 #define smp_wmb() barrier() macro
/arch/hexagon/include/asm/
H A Dbarrier.h30 #define smp_wmb() barrier() macro
/arch/m32r/include/asm/
H A Dbarrier.h83 #define smp_wmb() wmb() macro
89 #define smp_wmb() barrier() macro
/arch/m68k/include/asm/
H A Dbarrier.h17 #define smp_wmb() barrier() macro
/arch/microblaze/include/asm/
H A Dbarrier.h25 #define smp_wmb() wmb() macro
/arch/mn10300/include/asm/
H A Dbarrier.h23 #define smp_wmb() wmb() macro
28 #define smp_wmb() barrier() macro
/arch/powerpc/include/asm/
H A Dbarrier.h28 * used for smp_rmb() and smp_wmb().
31 * heavy-weight sync, so smp_wmb() can be a lighter-weight eieio.
50 #define smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") macro
55 #define smp_wmb() barrier() macro
/arch/s390/include/asm/
H A Dbarrier.h28 #define smp_wmb() wmb() macro
/arch/sh/include/asm/
H A Dbarrier.h43 #define smp_wmb() wmb() macro
48 #define smp_wmb() barrier() macro
/arch/unicore32/include/asm/
H A Dbarrier.h22 #define smp_wmb() barrier() macro
/arch/x86/include/asm/
H A Dbarrier.h89 # define smp_wmb() wmb() macro
91 # define smp_wmb() barrier() macro
98 #define smp_wmb() barrier() macro
/arch/x86/um/asm/
H A Dbarrier.h44 #define smp_wmb() wmb() macro
46 #define smp_wmb() barrier() macro
56 #define smp_wmb() barrier() macro
/arch/arm/include/asm/
H A Dbarrier.h56 #define smp_wmb() barrier() macro
60 #define smp_wmb() dmb() macro

Completed in 627 milliseconds

12