Searched refs:VFIO_SET_IOMMU (Results 1 – 3 of 3) sorted by relevance
18 ioctl_io_nr!(VFIO_SET_IOMMU, VFIO_TYPE, VFIO_BASE + 2);
129 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) macro
128 unsafe { ioctl_with_val(self, VFIO_SET_IOMMU(), val.into()) } in set_iommu()