Searched refs:VFIO_CHECK_EXTENSION (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/vfio/ |
| H A D | container.c | 49 if (cmd == VFIO_CHECK_EXTENSION) in vfio_noiommu_ioctl() 217 VFIO_CHECK_EXTENSION, in vfio_container_ioctl_check_extension() 226 VFIO_CHECK_EXTENSION, arg); in vfio_container_ioctl_check_extension() 297 if (driver->ops->ioctl(NULL, VFIO_CHECK_EXTENSION, arg) <= 0) { in vfio_ioctl_set_iommu() 342 case VFIO_CHECK_EXTENSION: in vfio_fops_unl_ioctl()
|
| H A D | vfio_iommu_spapr_tce.c | 836 case VFIO_CHECK_EXTENSION: in tce_iommu_ioctl()
|
| H A D | vfio_iommu_type1.c | 3088 case VFIO_CHECK_EXTENSION: in vfio_iommu_type1_ioctl()
|
| /linux/arch/um/drivers/ |
| H A D | vfio_user.c | 37 r = ioctl(fd, VFIO_CHECK_EXTENSION, VFIO_TYPE1_IOMMU); in uml_vfio_user_open_container()
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | vfio_pci_device.c | 251 ret = ioctl(iommu->container_fd, VFIO_CHECK_EXTENSION, iommu_type); in vfio_pci_container_setup()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | vfio_compat.c | 523 case VFIO_CHECK_EXTENSION: in iommufd_vfio_ioctl()
|
| /linux/include/uapi/linux/ |
| H A D | vfio.h | 121 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1) macro
|
| /linux/Documentation/driver-api/ |
| H A D | vfio.rst | 182 if (!ioctl(container, VFIO_CHECK_EXTENSION, VFIO_TYPE1_IOMMU)) 554 ioctl(container, VFIO_CHECK_EXTENSION, VFIO_EEH);
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 2389 ASSERT_EQ(1, ioctl(self->fd, VFIO_CHECK_EXTENSION, VFIO_TYPE1v2_IOMMU)); in TEST_F()
|