Searched refs:mediated (Results 1 – 20 of 20) sorted by relevance
29 access to the physical device. This framework is reused for mediated devices.31 The mediated core driver provides a common interface for mediated device35 * Create and destroy a mediated device36 * Add a mediated device to and remove it from a mediated bus driver37 * Add a mediated device to and remove it from an IOMMU group39 The mediated core driver also provides an interface to register a bus driver.40 For example, the mediated VFIO mdev driver is designed for mediated devices and41 supports VFIO APIs. The mediated bus driver adds a mediated device to and45 in the VFIO mediated driver framework. The diagram shows NVIDIA, Intel, and IBM79 The mediated core driver provides the following types of registration[all …]
47 vfio-mediated-device
6 supported mediated device types and their details for28 Writing UUID to this file will create mediated device of47 Reading this attribute will show the number of mediated51 Userspace applications interested in creating mediated54 creating mediated device of this type.69 mediated device that will get created of type <type-id>.74 type of mediated device.81 mediated device that will get created of type <type-id>.87 features provided by that type of mediated device.93 This directory represents device directory of mediated[all …]
14 is to make AP cards available to KVM guests using the VFIO mediated device192 3. VFIO AP mediated pass-through device200 2. Sets up the VFIO mediated device interfaces to manage a vfio_ap mediated239 | | | |10 create| mediated |254 all vfio_ap mediated devices used to configure an AP matrix for a guest.270 9. The administrator creates a passthrough type vfio_ap mediated device to be275 Set up the VFIO mediated device interfaces277 The VFIO AP device driver utilizes the common interfaces of the VFIO mediated280 * Register an AP mediated bus driver to add a vfio_ap mediated device to and282 * Create and destroy a vfio_ap mediated device[all …]
33 representing one of the vfio_ap device driver's mediated devices.51 (matrix_mdev->kvm = kvm) containing the state of the mediated device that has67 matrix_mdev instances (matrix_dev->mdev_list) that represent mediated devices68 that hold the state for the mediated devices that have been attached to a85 the mediated device is passed through (matrix_mdev->kvm != NULL) and if so,
21 with a mediated device (mdev) implementation. The vfio mdev will be40 For vfio mediated device framework:41 - Documentation/driver-api/vfio-mediated-device.rst60 devices via the vfio mediated device framework and the subchannel device120 created by vfio_ccw then and added to the mediated bus. It is the vfio127 - The vfio_mdev driver for the mediated vfio ccw device.175 2. Create a mediated vfio ccw device.177 only one for our case) mediated device.178 3. vfio_mdev.ko drives the mediated ccw device.445 6. Documentation/driver-api/vfio-mediated-device.rst
4 mtty is a sample vfio-mdev driver that demonstrates how to use the mediated42 2. Create a mediated device by using the dummy device that you created in the97 8. Destroy the mediated device that you created::
205 tristate "Build VFIO mtty example mediated device sample code"210 mediated device213 tristate "Build VFIO mdpy example mediated device sample code"218 mediated device. It is a simple framebuffer and supports229 tristate "Build VFIO mbochs example mediated device sample code"235 mediated device. It supports the region display interface
116 * vfio-mediated-device
308 unsigned int mediated :1; member
69 on data, such as packet transmit/receive, are not mediated by
138 if (!enable_pmu || !enable_mediated_pmu || !kvm_host_pmu.mediated || in kvm_init_pmu_capability()
241 aspects are mediated via the slow path. The work submission and completion
418 Control dependencies are so named because they are mediated by
846 via the VFIO mediated device interface.
165 | between grace-period start and CPU-hotplug operations are mediated |
3139 cap->mediated = !!(pmu.capabilities & PERF_PMU_CAP_MEDIATED_VPMU); in perf_get_x86_pmu_capability()
767 ethtool ioctl operations for them need to be mediated by their respective MAC
3171 If enabled, KVM will provide a mediated virtual PMU,3185 With a mediated vPMU, hardware PMU state is context3191 functionality). Using a mediated vPMU significantly6193 FIFO real-time task. This delay is mediated
27720 F: Documentation/driver-api/vfio-mediated-device.rst