Home
last modified time | relevance | path

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

/include/xen/interface/io/
A Dring.h229 virt_wmb(); /* back sees requests /before/ updated producer index */\
234 virt_wmb(); /* front sees resps /before/ updated producer index */ \
271 virt_wmb(); /* back sees requests /before/ updated producer index */\
281 virt_wmb(); /* front sees resps /before/ updated producer index */ \
/include/linux/
A Dvirtio_ring.h44 virt_wmb(); in virtio_wmb()
/include/asm-generic/
A Dbarrier.h215 #define virt_wmb() do { kcsan_wmb(); __smp_wmb(); } while (0) macro

Completed in 5 milliseconds