Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvfio.h133 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) macro
/openbmc/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c526 case VFIO_SET_IOMMU: in iommufd_vfio_ioctl()
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h133 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) macro
/openbmc/linux/drivers/vfio/
H A Dcontainer.c345 case VFIO_SET_IOMMU: in vfio_fops_unl_ioctl()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1479 ioctl(self->fd, VFIO_SET_IOMMU, VFIO_TYPE1v2_IOMMU)); in TEST_F()
1480 EXPECT_ERRNO(ENODEV, ioctl(self->fd, VFIO_SET_IOMMU, VFIO_TYPE1_IOMMU)); in TEST_F()
1543 ASSERT_EQ(0, ioctl(self->fd, VFIO_SET_IOMMU, variant->version)); in FIXTURE_SETUP()
/openbmc/qemu/util/
H A Dvfio-helpers.c365 if (ioctl(s->container, VFIO_SET_IOMMU, VFIO_TYPE1_IOMMU)) { in qemu_vfio_init_pci()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c399 while (ioctl(container_fd, VFIO_SET_IOMMU, *iommu_type)) { in vfio_set_iommu()
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst198 ioctl(container, VFIO_SET_IOMMU, VFIO_TYPE1_IOMMU);
525 ioctl(container, VFIO_SET_IOMMU, VFIO_SPAPR_TCE_IOMMU)
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1052 +pub const VFIO_SET_IOMMU: u32 = 15206;