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/drivers/iommu/iommufd/ !
H A Dvfio_compat.c519 case VFIO_GET_API_VERSION: in iommufd_vfio_ioctl()
/linux/include/uapi/linux/ !
H A Dvfio.h111 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) macro
/linux/drivers/vfio/ !
H A Dcontainer.c339 case VFIO_GET_API_VERSION: in vfio_fops_unl_ioctl()
/linux/Documentation/driver-api/ !
H A Dvfio.rst179 if (ioctl(container, VFIO_GET_API_VERSION) != VFIO_API_VERSION)
/linux/tools/testing/selftests/iommu/ !
H A Diommufd.c2331 ASSERT_EQ(VFIO_API_VERSION, ioctl(self->fd, VFIO_GET_API_VERSION)); in TEST_F()