Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iommu/iommufd/
Dvfio_compat.c524 case VFIO_GET_API_VERSION: in iommufd_vfio_ioctl()
/Linux-v6.6/include/uapi/linux/
Dvfio.h111 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) macro
/Linux-v6.6/drivers/vfio/
Dcontainer.c339 case VFIO_GET_API_VERSION: in vfio_fops_unl_ioctl()
/Linux-v6.6/tools/testing/selftests/iommu/
Diommufd.c1421 ASSERT_EQ(VFIO_API_VERSION, ioctl(self->fd, VFIO_GET_API_VERSION)); in TEST_F()
/Linux-v6.6/Documentation/driver-api/
Dvfio.rst179 if (ioctl(container, VFIO_GET_API_VERSION) != VFIO_API_VERSION)