Searched refs:xen_wmb (Results 1 – 5 of 5) sorted by relevance
50 #define xen_wmb() wmb() macro260 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 */ \
224 xen_wmb(); /* write data /then/ notify */ in do_send()
73 #define xen_wmb() xen_barrier() macro77 #define xen_wmb() xen_barrier() macro81 #define xen_wmb() asm volatile ("dmb" : : : "memory") macro85 #define xen_wmb() asm volatile ("dmb sy" : : : "memory") macro
37 #define xen_wmb() smp_wmb() macro
1045 xen_wmb(); in handle_tty_read()
Completed in 12 milliseconds