Home
last modified time | relevance | path

Searched refs:__smp_wmb (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/include/asm/
H A Dbarrier.h84 # define __smp_wmb() wmb() macro
88 # define __smp_wmb() barrier() macro
110 #define __smp_mb__before_llsc() __smp_wmb()
/linux/arch/xtensa/include/asm/
H A Dbarrier.h21 #define __smp_wmb() __wmb() macro
/linux/arch/sh/include/asm/
H A Dbarrier.h36 #define __smp_wmb() __smp_mb() macro
/linux/arch/csky/include/asm/
H A Dbarrier.h61 #define __smp_wmb() __bar_bwaw() macro
/linux/arch/riscv/include/asm/
H A Dbarrier.h25 #define __smp_wmb() RISCV_FENCE(w, w) macro
/linux/arch/parisc/include/asm/
H A Dbarrier.h31 #define __smp_wmb() mb() macro
/linux/arch/arm/include/asm/
H A Dbarrier.h79 #define __smp_wmb() dmb(ishst) macro
/linux/arch/loongarch/include/asm/
H A Dbarrier.h52 #define __smp_wmb() o_wsync() macro