Home
last modified time | relevance | path

Searched defs:set_mb (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/microblaze/include/asm/
H A Dsystem.h117 #define set_mb(var, value) do { var = value; mb(); } while (0) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h135 #define set_mb(var, value) do { xchg(&var, value); } while (0) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dsystem.h183 #define set_mb(var, value) \ macro