Home
last modified time | relevance | path

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

/xen/xen/include/public/io/
A Dring.h50 #define xen_wmb() wmb() macro
260 xen_wmb(); /* back sees requests /before/ updated producer index */ \
265 xen_wmb(); /* front sees resps /before/ updated producer index */ \
302 xen_wmb(); /* back sees requests /before/ updated producer index */ \
312 xen_wmb(); /* front sees resps /before/ updated producer index */ \
/xen/tools/libvchan/
A Dio.c224 xen_wmb(); /* write data /then/ notify */ in do_send()
/xen/tools/libxc/include/
A Dxenctrl.h73 #define xen_wmb() xen_barrier() macro
77 #define xen_wmb() xen_barrier() macro
81 #define xen_wmb() asm volatile ("dmb" : : : "memory") macro
85 #define xen_wmb() asm volatile ("dmb sy" : : : "memory") macro
/xen/xen/common/
A Dvm_event.c37 #define xen_wmb() smp_wmb() macro
/xen/tools/console/daemon/
A Dio.c1045 xen_wmb(); in handle_tty_read()

Completed in 12 milliseconds