Searched refs:VFIO_IOMMU_GET_INFO (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Dvfio_compat.c530 case VFIO_IOMMU_GET_INFO:
/linux-master/include/uapi/linux/
H A Dvfio.h1464 * VFIO_IOMMU_GET_INFO - _IOR(VFIO_TYPE, VFIO_BASE + 12, struct vfio_iommu_info)
1541 #define VFIO_IOMMU_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c2014 EXPECT_ERRNO(EINVAL, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd));
2017 EXPECT_ERRNO(ENODEV, ioctl(self->fd, VFIO_IOMMU_GET_INFO, &info_cmd));
2210 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO);
2219 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO);
2232 ioctl_check_buf(self->fd, VFIO_IOMMU_GET_INFO);
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2995 case VFIO_IOMMU_GET_INFO:

Completed in 197 milliseconds