Home
last modified time | relevance | path

Searched refs:xen_wmb (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/xen/io/
H A Dring.h50 #define xen_wmb() wmb() macro
267 xen_wmb(); /* back sees requests /before/ updated producer index */ \
272 xen_wmb(); /* front sees resps /before/ updated producer index */ \
309 xen_wmb(); /* back sees requests /before/ updated producer index */ \
319 xen_wmb(); /* front sees resps /before/ updated producer index */ \
/freebsd/sys/xen/
H A Dxen-os.h172 #ifndef xen_wmb
173 #define xen_wmb() wmb()
168 #define xen_wmb( global() macro