Home
last modified time | relevance | path

Searched refs:virt_store_mb (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/virtio/asm/
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-v5.15/include/linux/
Dvirtio_ring.h52 virt_store_mb(*p, v); \
/Linux-v5.15/include/asm-generic/
Dbarrier.h184 #define virt_store_mb(var, value) __smp_store_mb(var, value) macro