Lines Matching +full:shared +full:- +full:memory
2 * vhost-vdpa.h
4 * Copyright(c) 2017-2018 Intel Corporation.
8 * See the COPYING file in the top-level directory.
17 #include "hw/virtio/vhost-iova-tree.h"
18 #include "hw/virtio/vhost-shadow-virtqueue.h"
20 #include "standard-headers/linux/vhost_types.h"
34 SVQ_TSTATE_DISABLING = -1,
39 /* Info shared by all vhost_vdpa device models */
49 * It is shared among all ASID for simplicity, whether CVQ shares ASID with
51 * - Memory listener need access to guest's memory addresses allocated in
53 * - There should be plenty of IOVA address space for both ASID not to
56 * to access memory that it shouldn't.
69 * The memory listener has been registered, so DMA maps have been sent to
88 VhostVDPAShared *shared; member