Home
last modified time | relevance | path

Searched refs:VDUSE_CREATE_DEV (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dvduse.h50 #define VDUSE_CREATE_DEV _IOW(VDUSE_BASE, 0x02, struct vduse_dev_config) macro
/Linux-v5.15/Documentation/userspace-api/
Dvduse.rst25 1. Create a new VDUSE instance with ioctl(VDUSE_CREATE_DEV) on
98 As mentioned above, a VDUSE device is created by ioctl(VDUSE_CREATE_DEV) on
/Linux-v5.15/drivers/vdpa/vdpa_user/
Dvduse_dev.c1389 case VDUSE_CREATE_DEV: { in vduse_ioctl()