Searched refs:virt_store_mb (Results 1 – 3 of 3) sorted by relevance
9 #define virt_store_mb(var, value) do { \ macro
52 virt_store_mb(*p, v); \
184 #define virt_store_mb(var, value) __smp_store_mb(var, value) macro