Home
last modified time | relevance | path

Searched defs:smp_wmb (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/virtio/ringtest/
H A Dmain.h143 #define smp_wmb() barrier() macro
145 #define smp_wmb() asm volatile("dmb ishst" ::: "memory") macro
147 #define smp_wmb() smp_release() macro
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h123 #define smp_wmb() wmb () macro
127 #define smp_wmb() barrier () macro
/openbmc/linux/tools/include/asm/
H A Dbarrier.h41 # define smp_wmb() wmb() macro
/openbmc/linux/arch/arm64/include/asm/vdso/
H A Dcompat_barrier.h33 #define smp_wmb() aarch32_smp_wmb() macro
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dbarrier.h24 #define smp_wmb() asm volatile("dmb ishst" ::: "memory") macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h126 #define smp_wmb() wmb() macro
131 #define smp_wmb() barrier() macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dbarrier.h28 #define smp_wmb() barrier() macro
/openbmc/linux/include/asm-generic/
H A Dbarrier.h107 #define smp_wmb() do { kcsan_wmb(); __smp_wmb(); } while (0) macro
121 #define smp_wmb() barrier() macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h176 #define smp_wmb() wmb() macro
180 #define smp_wmb() barrier() macro
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h252 #define smp_wmb() smp_mb_release() macro
/openbmc/qemu/include/qemu/
H A Datomic.h252 #define smp_wmb() smp_mb_release() macro
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h252 #define smp_wmb() smp_mb_release() macro