Home
last modified time | relevance | path

Searched defs:__wmb (Results 1 – 4 of 4) sorted by relevance

/linux/arch/xtensa/include/asm/
H A Dbarrier.h16 #define __wmb() __mb() macro
/linux/arch/riscv/include/asm/
H A Dbarrier.h25 #define __wmb() RISCV_FENCE(ow, ow) macro
/linux/arch/s390/include/asm/
H A Dbarrier.h33 #define __wmb() barrier() macro
/linux/arch/powerpc/include/asm/
H A Dbarrier.h40 #define __wmb() __asm__ __volatile__ ("sync" : : : "memory") macro