Home
last modified time | relevance | path

Searched refs:VFIO_IOMMU_GET_INFO (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/iommu/
A Diommufd.c1319 EXPECT_ERRNO(EINVAL, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd)); in TEST_F()
1322 EXPECT_ERRNO(ENODEV, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd)); in TEST_F()
1515 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F()
1524 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F()
1537 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO); in TEST_F()
/linux-6.3-rc2/include/uapi/linux/
A Dvfio.h1342 #define VFIO_IOMMU_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dvfio_compat.c528 case VFIO_IOMMU_GET_INFO: in iommufd_vfio_ioctl()
/linux-6.3-rc2/Documentation/driver-api/
A Dvfio.rst201 ioctl(container, VFIO_IOMMU_GET_INFO, &iommu_info);
/linux-6.3-rc2/drivers/vfio/
A Dvfio_iommu_type1.c3004 case VFIO_IOMMU_GET_INFO: in vfio_iommu_type1_ioctl()

Completed in 16 milliseconds