Home
last modified time | relevance | path

Searched refs:VFIO_SET_IOMMU (Results 1 – 3 of 3) sorted by relevance

/qemu/linux-headers/linux/
H A Dvfio.h133 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) macro
/qemu/util/
H A Dvfio-helpers.c365 if (ioctl(s->container, VFIO_SET_IOMMU, VFIO_TYPE1_IOMMU)) { in qemu_vfio_init_pci()
/qemu/hw/vfio/
H A Dcontainer.c399 while (ioctl(container_fd, VFIO_SET_IOMMU, *iommu_type)) { in vfio_set_iommu()