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

/linux-master/include/uapi/linux/
H A Dvduse.h7 #define VDUSE_BASE 0x81 macro
17 #define VDUSE_GET_API_VERSION _IOR(VDUSE_BASE, 0x00, __u64)
20 #define VDUSE_SET_API_VERSION _IOW(VDUSE_BASE, 0x01, __u64)
50 #define VDUSE_CREATE_DEV _IOW(VDUSE_BASE, 0x02, struct vduse_dev_config)
56 #define VDUSE_DESTROY_DEV _IOW(VDUSE_BASE, 0x03, char[VDUSE_NAME_MAX])
84 #define VDUSE_IOTLB_GET_FD _IOWR(VDUSE_BASE, 0x10, struct vduse_iotlb_entry)
91 #define VDUSE_DEV_GET_FEATURES _IOR(VDUSE_BASE, 0x11, __u64)
109 #define VDUSE_DEV_SET_CONFIG _IOW(VDUSE_BASE, 0x12, struct vduse_config_data)
115 #define VDUSE_DEV_INJECT_CONFIG_IRQ _IO(VDUSE_BASE, 0x13)
135 #define VDUSE_VQ_SETUP _IOW(VDUSE_BASE,
[all...]

Completed in 170 milliseconds