Searched refs:attach_ioas (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/drivers/vfio/platform/ |
D | vfio_platform.c | 110 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
D | vfio_amba.c | 121 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/vfio/pci/pds/ |
D | vfio_dev.c | 221 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/vfio/pci/ |
D | vfio_pci.c | 143 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/vfio/ |
D | device_cdev.c | 172 ret = device->ops->attach_ioas(device, &attach.pt_id); in vfio_df_ioctl_attach_pt()
|
D | iommufd.c | 48 return vdev->ops->attach_ioas(vdev, &ioas_id); in vfio_iommufd_compat_attach_ioas()
|
D | vfio_main.c | 276 !device->ops->attach_ioas || in __vfio_register_dev()
|
/Linux-v6.6/drivers/vfio/cdx/ |
D | main.c | 175 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/include/linux/ |
D | vfio.h | 108 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id); member
|
/Linux-v6.6/drivers/vfio/pci/hisilicon/ |
D | hisi_acc_vfio_pci.c | 1375 .attach_ioas = vfio_iommufd_physical_attach_ioas, 1394 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc.c | 595 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/s390/cio/ |
D | vfio_ccw_ops.c | 634 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|
/Linux-v6.6/samples/vfio-mdev/ |
D | mdpy.c | 668 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|
D | mtty.c | 1274 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|
D | mbochs.c | 1379 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|
/Linux-v6.6/Documentation/driver-api/ |
D | vfio.rst | 412 int (*attach_ioas)(struct vfio_device *vdev, u32 *pt_id); 450 - The [de]attach_ioas callback is issued when the device is attached to
|
/Linux-v6.6/drivers/vfio/pci/mlx5/ |
D | main.c | 1322 .attach_ioas = vfio_iommufd_physical_attach_ioas,
|
/Linux-v6.6/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 2022 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|
/Linux-v6.6/drivers/gpu/drm/i915/gvt/ |
D | kvmgt.c | 1473 .attach_ioas = vfio_iommufd_emulated_attach_ioas,
|