Home
last modified time | relevance | path

Searched defs:wmb (Results 26 – 33 of 33) sorted by relevance

12

/openbmc/u-boot/arch/riscv/include/asm/
H A Dbarrier.h24 #define wmb() RISCV_FENCE(ow,ow) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h153 #define wmb() wbflush() macro
169 #define wmb() mb() macro
/openbmc/linux/arch/riscv/include/asm/
H A Dbarrier.h25 #define wmb() RISCV_FENCE(ow,ow) macro
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h38 #define wmb() asm volatile("lwsync":::"memory") macro
/openbmc/linux/arch/x86/include/asm/
H A Dbarrier.h19 #define wmb() asm volatile(ALTERNATIVE("lock; addl $0,-4(%%esp)", "sfence", \ macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dbarrier.h46 #define wmb() c_wsync() macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h116 #define wmb() mb () macro
/openbmc/u-boot/arch/arc/include/asm/
H A Dio.h31 #define wmb() asm volatile("dmb 2\n" : : : "memory") macro

12