Searched refs:VFIO_IOMMU_GET_INFO (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | iommu.c | 296 ioctl_assert(container_fd, VFIO_IOMMU_GET_INFO, info); in vfio_iommu_get_info() 302 ioctl_assert(container_fd, VFIO_IOMMU_GET_INFO, info); in vfio_iommu_get_info()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | vfio_compat.c | 525 case VFIO_IOMMU_GET_INFO: in iommufd_vfio_ioctl()
|
| /linux/include/uapi/linux/ |
| H A D | vfio.h | 1593 #define VFIO_IOMMU_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 2436 EXPECT_ERRNO(EINVAL, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd)); in TEST_F() 2439 EXPECT_ERRNO(ENODEV, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd)); in TEST_F() 2632 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F() 2641 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F() 2654 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F()
|
| /linux/Documentation/driver-api/ |
| H A D | vfio.rst | 201 ioctl(container, VFIO_IOMMU_GET_INFO, &iommu_info);
|
| /linux/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 3090 case VFIO_IOMMU_GET_INFO: in vfio_iommu_type1_ioctl()
|