OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFIO_TYPE
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-L/include/linux/
vfio.h
26
#define
VFIO_TYPE
(';')
29
#define VFIO_GET_API_VERSION _IO(
VFIO_TYPE
, VFIO_BASE + 0)
30
#define VFIO_CHECK_EXTENSION _IO(
VFIO_TYPE
, VFIO_BASE + 1)
31
#define VFIO_SET_IOMMU _IO(
VFIO_TYPE
, VFIO_BASE + 2)
40
#define VFIO_GROUP_GET_STATUS _IO(
VFIO_TYPE
, VFIO_BASE + 3)
41
#define VFIO_GROUP_SET_CONTAINER _IO(
VFIO_TYPE
, VFIO_BASE + 4)
42
#define VFIO_GROUP_UNSET_CONTAINER _IO(
VFIO_TYPE
, VFIO_BASE + 5)
44
#define VFIO_GROUP_GET_DEVICE_FD _IO(
VFIO_TYPE
, VFIO_BASE + 6)
55
#define VFIO_DEVICE_GET_INFO _IO(
VFIO_TYPE
, VFIO_BASE + 7)
70
#define VFIO_DEVICE_GET_REGION_INFO _IO(
VFIO_TYPE
, VFIO_BASE + 8
[
all
...]
/bionic/libc/kernel/uapi/linux/
vfio.h
27
#define
VFIO_TYPE
(';')
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
...]
/external/kernel-headers/original/uapi/linux/
vfio.h
38
#define
VFIO_TYPE
(';')
44
* VFIO_GET_API_VERSION - _IO(
VFIO_TYPE
, VFIO_BASE + 0)
52
#define VFIO_GET_API_VERSION _IO(
VFIO_TYPE
, VFIO_BASE + 0)
55
* VFIO_CHECK_EXTENSION - _IOW(
VFIO_TYPE
, VFIO_BASE + 1, __u32)
61
#define VFIO_CHECK_EXTENSION _IO(
VFIO_TYPE
, VFIO_BASE + 1)
64
* VFIO_SET_IOMMU - _IOW(
VFIO_TYPE
, VFIO_BASE + 2, __s32)
74
#define VFIO_SET_IOMMU _IO(
VFIO_TYPE
, VFIO_BASE + 2)
79
* VFIO_GROUP_GET_STATUS - _IOR(
VFIO_TYPE
, VFIO_BASE + 3,
93
#define VFIO_GROUP_GET_STATUS _IO(
VFIO_TYPE
, VFIO_BASE + 3)
96
* VFIO_GROUP_SET_CONTAINER - _IOW(
VFIO_TYPE
, VFIO_BASE + 4, __s32
[
all
...]
Completed in 584 milliseconds