Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvhost.h22 #define VHOST_VIRTIO 0xAF macro
26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64)
27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64)
32 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
35 #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64)
47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int)
52 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state)
54 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr)
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dvhost.h22 #define VHOST_VIRTIO 0xAF macro
26 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64)
27 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64)
32 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
35 #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
45 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64)
47 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int)
52 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state)
54 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvhost.h105 #define VHOST_VIRTIO 0xAF macro
109 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64)
110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64)
115 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
118 #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
128 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64)
130 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int)
135 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state)
137 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvhost.h105 #define VHOST_VIRTIO 0xAF macro
109 #define VHOST_GET_FEATURES _IOR(VHOST_VIRTIO, 0x00, __u64)
110 #define VHOST_SET_FEATURES _IOW(VHOST_VIRTIO, 0x00, __u64)
115 #define VHOST_SET_OWNER _IO(VHOST_VIRTIO, 0x01)
118 #define VHOST_RESET_OWNER _IO(VHOST_VIRTIO, 0x02)
121 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory)
128 #define VHOST_SET_LOG_BASE _IOW(VHOST_VIRTIO, 0x04, __u64)
130 #define VHOST_SET_LOG_FD _IOW(VHOST_VIRTIO, 0x07, int)
135 #define VHOST_SET_VRING_NUM _IOW(VHOST_VIRTIO, 0x10, struct vhost_vring_state)
137 #define VHOST_SET_VRING_ADDR _IOW(VHOST_VIRTIO, 0x11, struct vhost_vring_addr)
[all …]
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dtest.h6 #define VHOST_TEST_RUN _IOW(VHOST_VIRTIO, 0x31, int)
7 #define VHOST_TEST_SET_BACKEND _IOW(VHOST_VIRTIO, 0x32, int)