Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
A Dsystem.h118 #define set_mb(var, value) do { var = value; mb(); } while (0) macro
/arch/sh/include/asm/
A Dsystem.h112 #define set_mb(var, value) do { xchg(&var, value); } while (0) macro
/arch/mips/include/asm/
A Dsystem.h183 #define set_mb(var, value) \ macro

Completed in 7 milliseconds