Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h33 #define xen_wmb() wmb() macro
268 xen_wmb(); /* back sees requests /before/ updated producer index */ \
273 xen_wmb(); /* front sees resps /before/ updated producer index */ \
310 xen_wmb(); /* back sees requests /before/ updated producer index */ \
320 xen_wmb(); /* front sees resps /before/ updated producer index */ \
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h46 #ifndef xen_wmb
47 #define xen_wmb() smp_wmb() macro
/openbmc/qemu/hw/9pfs/
H A Dxen-9p-backend.c240 xen_wmb(); in xen_9pfs_push_and_notify()
245 xen_wmb(); in xen_9pfs_push_and_notify()
/openbmc/qemu/hw/display/
H A Dxenfb.c146 xen_wmb(); /* ensure ring contents visible */ in xenfb_kbd_event()
695 xen_wmb(); /* ensure ring contents visible */ in xenfb_send_event()
/openbmc/qemu/hw/char/
H A Dxen_console.c156 xen_wmb(); in xencons_receive()
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c586 xen_wmb(); /* Update ioreq contents /then/ update state. */ in cpu_handle_ioreq()