OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFIO_BASE
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/uapi/linux/
vfio.h
34
#define
VFIO_BASE
100
35
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
36
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
37
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
46
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
47
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
49
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
50
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
61
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
76
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/external/kernel-headers/original/uapi/linux/
vfio.h
51
#define
VFIO_BASE
100
56
* VFIO_GET_API_VERSION - _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
64
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
67
* VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE,
VFIO_BASE
+ 1, __u32)
73
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
76
* VFIO_SET_IOMMU - _IOW(VFIO_TYPE,
VFIO_BASE
+ 2, __s32)
86
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
91
* VFIO_GROUP_GET_STATUS - _IOR(VFIO_TYPE,
VFIO_BASE
+ 3,
105
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
108
* VFIO_GROUP_SET_CONTAINER - _IOW(VFIO_TYPE,
VFIO_BASE
+ 4, __s32
[
all
...]
/development/ndk/platforms/android-21/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
vfio.h
29
#define
VFIO_BASE
100
30
#define VFIO_GET_API_VERSION _IO(VFIO_TYPE,
VFIO_BASE
+ 0)
31
#define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE,
VFIO_BASE
+ 1)
32
#define VFIO_SET_IOMMU _IO(VFIO_TYPE,
VFIO_BASE
+ 2)
41
#define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE,
VFIO_BASE
+ 3)
42
#define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 4)
44
#define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE,
VFIO_BASE
+ 5)
45
#define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE,
VFIO_BASE
+ 6)
56
#define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 7)
71
#define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE,
VFIO_BASE
+ 8
[
all
...]
Completed in 3276 milliseconds