Lines Matching refs:matrix_mdev
13 struct ap_matrix_mdev *matrix_mdev;
30 controls access to all fields contained within each matrix_mdev
32 or using the data from a field contained within a matrix_mdev instance
50 The KVM pointer is stored in the in the matrix_mdev instance
51 (matrix_mdev->kvm = kvm) containing the state of the mediated device that has
67 matrix_mdev instances (matrix_dev->mdev_list) that represent mediated devices
71 1. To control access to the KVM pointer (matrix_mdev->kvm) while the vfio_ap
75 2. To add matrix_mdev instances to or remove them from matrix_dev->mdev_list.
83 the matrix_mdev object to which the queue is assigned will have to be
84 found. The KVM pointer (matrix_mdev->kvm) can then be used to determine if
85 the mediated device is passed through (matrix_mdev->kvm != NULL) and if so,