Home
last modified time | relevance | path

Searched defs:__smp_mb (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dbarrier.h82 # define __smp_mb() __sync() macro
86 # define __smp_mb() barrier() macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dbarrier.h19 #define __smp_mb() __mb() macro
/openbmc/linux/arch/sh/include/asm/
H A Dbarrier.h34 #define __smp_mb() do { int tmp = 0; __asm__ __volatile__ ("cas.l %0,%0,@%1" : "+r"(tmp) : "z"(&tmp… macro
/openbmc/linux/arch/ia64/include/asm/
H A Dbarrier.h46 # define __smp_mb() mb() macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h27 #define __smp_mb() RISCV_FENCE(rw,rw) macro
/openbmc/linux/arch/parisc/include/asm/
H A Dbarrier.h29 #define __smp_mb() mb() macro
/openbmc/linux/arch/riscv/include/asm/
H A Dbarrier.h28 #define __smp_mb() RISCV_FENCE(rw,rw) macro
/openbmc/linux/arch/s390/include/asm/
H A Dbarrier.h34 #define __smp_mb() __mb() macro
/openbmc/linux/arch/csky/include/asm/
H A Dbarrier.h59 #define __smp_mb() __bar_brwarw() macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dbarrier.h59 #define __smp_mb() __mb() macro
/openbmc/linux/arch/x86/include/asm/
H A Dbarrier.h57 #define __smp_mb() asm volatile("lock; addl $0,-4(%%" _ASM_SP ")" ::: "memory", "cc") macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dbarrier.h50 #define __smp_mb() o_sync() macro
/openbmc/linux/arch/arm64/include/asm/
H A Dbarrier.h119 #define __smp_mb() dmb(ish) macro
/openbmc/linux/arch/arm/include/asm/
H A Dbarrier.h77 #define __smp_mb() dmb(ish) macro
/openbmc/linux/include/asm-generic/
H A Dbarrier.h85 #define __smp_mb() mb() macro