Home
last modified time | relevance | path

Searched refs:xen_rmb (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c195 xen_rmb(); /* see IOREQ_READY /then/ read contents of ioreq */ in cpu_get_ioreq_from_shared_memory()
498 xen_rmb(); in handle_buffered_iopage()
500 xen_rmb(); in handle_buffered_iopage()
512 xen_rmb(); in handle_buffered_iopage()
521 xen_rmb(); in handle_buffered_iopage()
572 xen_rmb(); in cpu_handle_ioreq()
/openbmc/qemu/hw/9pfs/
H A Dxen-9p-backend.c81 xen_rmb(); in xen_9pfs_in_sg()
107 xen_rmb(); in xen_9pfs_out_sg()
243 xen_rmb(); in xen_9pfs_push_and_notify()
278 xen_rmb(); in xen_9pfs_receive()
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h43 #ifndef xen_rmb
44 #define xen_rmb() smp_rmb() macro
/openbmc/qemu/hw/net/
H A Dxen_nic.c141 xen_rmb(); /* Ensure we see queued requests up to 'rp'. */ in net_tx_packets()
271 xen_rmb(); /* Ensure we see queued requests up to 'rp'. */ in net_rx_packet()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h32 #define xen_rmb() rmb() macro
/openbmc/qemu/hw/block/dataplane/
H A Dxen-block.c524 xen_rmb(); /* Ensure we see queued requests up to 'rp'. */ in xen_block_handle_requests()
/openbmc/qemu/hw/display/
H A Dxenfb.c823 xen_rmb(); /* ensure we see ring contents up to prod */ in xenfb_handle_events()
/openbmc/qemu/hw/usb/
H A Dxen-usb.c653 xen_rmb(); /* Ensure we see queued requests up to 'rp'. */ in usbback_bh()