Home
last modified time | relevance | path

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

12

/linux-3.3/arch/mips/include/asm/
Dbarrier.h144 # define smp_mb() __sync() macro
148 # define smp_mb() __asm__ __volatile__("sync" : : :"memory") macro
153 #define smp_mb() barrier() macro
/linux-3.3/arch/alpha/include/asm/
Dbarrier.h20 #define smp_mb() mb() macro
26 #define smp_mb() barrier() macro
/linux-3.3/arch/x86/um/asm/
Dsystem.h98 #define smp_mb() mb() macro
112 #define smp_mb() barrier() macro
/linux-3.3/include/asm-generic/
Dsystem.h54 #define smp_mb() mb() macro
58 #define smp_mb() barrier() macro
/linux-3.3/arch/mn10300/include/asm/
Dsystem.h84 #define smp_mb() mb() macro
89 #define smp_mb() barrier() macro
/linux-3.3/arch/cris/include/asm/
Dsystem.h23 #define smp_mb() mb() macro
28 #define smp_mb() barrier() macro
/linux-3.3/arch/h8300/include/asm/
Dsystem.h68 #define smp_mb() mb() macro
73 #define smp_mb() barrier() macro
/linux-3.3/arch/tile/include/asm/
Dsystem.h145 #define smp_mb() mb() macro
150 #define smp_mb() barrier() macro
/linux-3.3/arch/sh/include/asm/
Dsystem.h46 #define smp_mb() mb() macro
51 #define smp_mb() barrier() macro
/linux-3.3/arch/ia64/include/asm/
Dsystem.h92 # define smp_mb() mb() macro
97 # define smp_mb() barrier() macro
/linux-3.3/arch/m32r/include/asm/
Dsystem.h352 #define smp_mb() mb() macro
358 #define smp_mb() barrier() macro
/linux-3.3/arch/sparc/include/asm/
Dsystem_64.h79 #define smp_mb() mb() macro
83 #define smp_mb() __asm__ __volatile__("":::"memory") macro
/linux-3.3/arch/microblaze/include/asm/
Dsystem.h42 #define smp_mb() mb() macro
/linux-3.3/arch/hexagon/include/asm/
Dsystem.h47 #define smp_mb() barrier() macro
/linux-3.3/arch/frv/include/asm/
Dsystem.h48 #define smp_mb() barrier() macro
/linux-3.3/arch/powerpc/include/asm/
Dsystem.h55 #define smp_mb() mb() macro
60 #define smp_mb() barrier() macro
/linux-3.3/arch/score/include/asm/
Dsystem.h25 #define smp_mb() barrier() macro
/linux-3.3/arch/unicore32/include/asm/
Dsystem.h70 #define smp_mb() barrier() macro
/linux-3.3/arch/x86/include/asm/
Dsystem.h482 #define smp_mb() mb() macro
496 #define smp_mb() barrier() macro
/linux-3.3/arch/m68k/include/asm/
Dsystem.h61 #define smp_mb() barrier() macro
/linux-3.3/arch/xtensa/include/asm/
Dsystem.h29 #define smp_mb() barrier() macro
/linux-3.3/arch/avr32/include/asm/
Dsystem.h66 # define smp_mb() barrier() macro
/linux-3.3/arch/arm/include/asm/
Dsystem.h173 #define smp_mb() barrier() macro
177 #define smp_mb() dmb() macro
/linux-3.3/arch/blackfin/include/asm/
Dsystem.h22 #define smp_mb() mb() macro
/linux-3.3/arch/c6x/include/asm/
Dsystem.h90 #define smp_mb() barrier() macro

12