Searched refs:virt_store_mb (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/virtio/asm/
H A Dbarrier.h9 #define virt_store_mb(var, value) do { \ macro
24 #define virt_store_mb(var, value) do { WRITE_ONCE(var, value); dmb(ish); } while (0) macro
/linux-master/include/linux/
H A Dvirtio_ring.h52 virt_store_mb(*p, v); \
/linux-master/include/asm-generic/
H A Dbarrier.h216 #define virt_store_mb(var, value) do { kcsan_mb(); __smp_store_mb(var, value); } while (0) macro
/linux-master/drivers/hv/
H A Dchannel_mgmt.c385 * the full barrier in virt_store_mb() guarantees that the store
397 * (b) In the "resuming from hibernation" path, the virt_store_mb()
404 virt_store_mb(

Completed in 545 milliseconds