Home
last modified time | relevance | path

Searched defs:smp_mb (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h121 #define smp_mb() mb () macro
125 #define smp_mb() barrier () macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h124 #define smp_mb() mb() macro
129 #define smp_mb() barrier() macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h174 #define smp_mb() mb() macro
178 #define smp_mb() barrier() macro
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h36 #define smp_mb() ({ barrier(); __atomic_thread_fence(__ATOMIC_SEQ_CST); }) macro
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h36 #define smp_mb() ({ barrier(); __atomic_thread_fence(__ATOMIC_SEQ_CST); }) macro
/openbmc/qemu/include/qemu/
H A Datomic.h36 #define smp_mb() ({ barrier(); __atomic_thread_fence(__ATOMIC_SEQ_CST); }) macro