HomeSort by relevance Sort by last modified time
    Searched refs:VFIO_TYPE (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
vfio.h 32 #define VFIO_TYPE (';')
39 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
40 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
41 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
48 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
49 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4)
50 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5)
51 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6)
63 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7)
80 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8
    [all...]
  /external/kernel-headers/original/uapi/linux/
vfio.h 60 #define VFIO_TYPE (';')
93 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0)
101 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0)
104 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32)
110 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1)
113 * VFIO_SET_IOMMU - _IOW(VFIO_TYPE, VFIO_BASE + 2, __s32)
123 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2)
128 * VFIO_GROUP_GET_STATUS - _IOR(VFIO_TYPE, VFIO_BASE + 3,
142 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3)
145 * VFIO_GROUP_SET_CONTAINER - _IOW(VFIO_TYPE, VFIO_BASE + 4, __s32
    [all...]

Completed in 933 milliseconds