Home
last modified time | relevance | path

Searched refs:VFIO_GET_API_VERSION (Results 1 – 6 of 6) sorted by relevance

/linux/arch/um/drivers/
H A Dvfio_user.c31 r = ioctl(fd, VFIO_GET_API_VERSION); in uml_vfio_user_open_container()
/linux/tools/testing/selftests/vfio/lib/
H A Diommu.c439 version = ioctl(iommu->container_fd, VFIO_GET_API_VERSION); in iommu_init()
/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c519 case VFIO_GET_API_VERSION: in iommufd_vfio_ioctl()
/linux/drivers/vfio/
H A Dcontainer.c339 case VFIO_GET_API_VERSION: in vfio_fops_unl_ioctl()
/linux/include/uapi/linux/
H A Dvfio.h112 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) macro
/linux/tools/testing/selftests/iommu/
H A Diommufd.c2388 ASSERT_EQ(VFIO_API_VERSION, ioctl(self->fd, VFIO_GET_API_VERSION)); in TEST_F()