Home
last modified time | relevance | path

Searched refs:vfio_register_emulated_iommu_dev (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/linux/
Dvfio.h272 int vfio_register_emulated_iommu_dev(struct vfio_device *device);
/Linux-v6.6/drivers/vfio/
Dvfio_main.c331 int vfio_register_emulated_iommu_dev(struct vfio_device *device) in vfio_register_emulated_iommu_dev() function
335 EXPORT_SYMBOL_GPL(vfio_register_emulated_iommu_dev);
/Linux-v6.6/drivers/s390/cio/
Dvfio_ccw_ops.c117 ret = vfio_register_emulated_iommu_dev(&private->vdev); in vfio_ccw_mdev_probe()
/Linux-v6.6/samples/vfio-mdev/
Dmdpy.c268 ret = vfio_register_emulated_iommu_dev(&mdev_state->vdev); in mdpy_probe()
Dmtty.c769 ret = vfio_register_emulated_iommu_dev(&mdev_state->vdev); in mtty_probe()
Dmbochs.c578 ret = vfio_register_emulated_iommu_dev(&mdev_state->vdev); in mbochs_probe()
/Linux-v6.6/Documentation/driver-api/
Dvfio.rst387 int vfio_register_emulated_iommu_dev(struct vfio_device *device);
431 in the vfio_register_group_dev() or vfio_register_emulated_iommu_dev()
/Linux-v6.6/drivers/s390/crypto/
Dvfio_ap_ops.c745 ret = vfio_register_emulated_iommu_dev(&matrix_mdev->vdev); in vfio_ap_mdev_probe()
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1490 ret = vfio_register_emulated_iommu_dev(&vgpu->vfio_device); in intel_vgpu_probe()