Searched refs:VFIO_TYPE (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvfio.h70 #define VFIO_TYPE (';') macro
103 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0)
111 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
114 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32)
120 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
123 * VFIO_SET_IOMMU - _IOW(VFIO_TYPE, VFIO_BASE + 2, __s32)
133 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
138 * VFIO_GROUP_GET_STATUS - _IOR(VFIO_TYPE, VFIO_BASE + 3,
152 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
155 * VFIO_GROUP_SET_CONTAINER - _IOW(VFIO_TYPE, VFIO_BAS
[all...]

Completed in 127 milliseconds