Searched refs:VDUSE_BASE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | vduse.h | 7 #define VDUSE_BASE 0x81 macro 27 #define VDUSE_GET_API_VERSION _IOR(VDUSE_BASE, 0x00, __u64) 30 #define VDUSE_SET_API_VERSION _IOW(VDUSE_BASE, 0x01, __u64) 64 #define VDUSE_CREATE_DEV _IOW(VDUSE_BASE, 0x02, struct vduse_dev_config) 70 #define VDUSE_DESTROY_DEV _IOW(VDUSE_BASE, 0x03, char[VDUSE_NAME_MAX]) 73 #define VDUSE_GET_FEATURES _IOR(VDUSE_BASE, 0x04, __u64) 76 #define VDUSE_SET_FEATURES _IOW(VDUSE_BASE, 0x05, __u64) 104 #define VDUSE_IOTLB_GET_FD _IOWR(VDUSE_BASE, 0x10, struct vduse_iotlb_entry) 111 #define VDUSE_DEV_GET_FEATURES _IOR(VDUSE_BASE, 0x11, __u64) 129 #define VDUSE_DEV_SET_CONFIG _IOW(VDUSE_BASE, 0x12, struct vduse_config_data) [all …]
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1768 #define COMPAT_VDUSE_IOTLB_GET_FD _IOWR(VDUSE_BASE, 0x10, struct compat_vduse_iotlb_entry) 1783 #define COMPAT_VDUSE_VQ_GET_INFO _IOWR(VDUSE_BASE, 0x15, struct compat_vduse_vq_info)
|